FFmpeg
|
#include <aacdec_latm.h>
Data Fields | |
AACDecContext | aac_ctx |
containing AACContext More... | |
int | initialized |
initialized after a valid extradata was seen More... | |
int | audio_mux_version_A |
LATM syntax version. More... | |
int | frame_length_type |
0/1 variable/fixed frame length More... | |
int | frame_length |
frame length for fixed frame length More... | |
AVClass * | av_class |
int | off |
int | channel_conf |
int | object_type |
int | counter |
int | mod |
uint8_t | buffer [0x1fff+MAX_EXTRADATA_SIZE+1024] |
Definition at line 37 of file aacdec_latm.h.
AACDecContext LATMContext::aac_ctx |
containing AACContext
Definition at line 38 of file aacdec_latm.h.
Referenced by latm_decode_audio_specific_config(), latm_decode_frame(), read_audio_mux_element(), and read_stream_mux_config().
int LATMContext::initialized |
initialized after a valid extradata was seen
Definition at line 39 of file aacdec_latm.h.
Referenced by latm_decode_audio_specific_config(), latm_decode_frame(), and latm_decode_init().
int LATMContext::audio_mux_version_A |
LATM syntax version.
Definition at line 42 of file aacdec_latm.h.
Referenced by read_audio_mux_element(), and read_stream_mux_config().
int LATMContext::frame_length_type |
0/1 variable/fixed frame length
Definition at line 43 of file aacdec_latm.h.
Referenced by read_stream_mux_config().
int LATMContext::frame_length |
frame length for fixed frame length
Definition at line 44 of file aacdec_latm.h.
Referenced by read_stream_mux_config().
uint8_t LATMContext::buffer[0x1fff+MAX_EXTRADATA_SIZE+1024] |