FFmpeg
4.4.6
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | ALAC_MAX_CHANNELS 8 |
Enumerations | |
enum | AlacRawDataBlockType { TYPE_SCE , TYPE_CPE , TYPE_CCE , TYPE_LFE , TYPE_DSE , TYPE_PCE , TYPE_FIL , TYPE_END } |
Variables | |
const uint8_t | ff_alac_channel_layout_offsets [ALAC_MAX_CHANNELS][ALAC_MAX_CHANNELS] |
const uint64_t | ff_alac_channel_layouts [ALAC_MAX_CHANNELS+1] |
enum AlacRawDataBlockType | ff_alac_channel_elements [ALAC_MAX_CHANNELS][5] |
#define ALAC_MAX_CHANNELS 8 |
Definition at line 38 of file alac_data.h.
enum AlacRawDataBlockType |
Enumerator | |
---|---|
TYPE_SCE | |
TYPE_CPE | |
TYPE_CCE | |
TYPE_LFE | |
TYPE_DSE | |
TYPE_PCE | |
TYPE_FIL | |
TYPE_END |
Definition at line 26 of file alac_data.h.
|
extern |
Definition at line 24 of file alac_data.c.
Referenced by alac_decode_frame(), and write_frame().
|
extern |
Definition at line 35 of file alac_data.c.
Referenced by alac_decode_init().
|
extern |
Definition at line 35 of file alac_data.c.
Referenced by write_frame().