Context for MP3On4 decoder. More...
Data Fields | |
AVFrame * | frame |
int | frames |
number of mp3 frames per block (number of mp3 decoder instances) | |
int | syncword |
syncword patch | |
const uint8_t * | coff |
channel offsets in output buffer | |
MPADecodeContext * | mp3decctx [5] |
MPADecodeContext for every decoder instance. | |
OUT_INT * | decoded_buf |
output buffer for decoded samples |
Context for MP3On4 decoder.
Definition at line 1750 of file mpegaudiodec.c.
const uint8_t* MP3On4DecodeContext::coff |
channel offsets in output buffer
Definition at line 1754 of file mpegaudiodec.c.
Referenced by decode_frame_mp3on4(), and decode_init_mp3on4().
output buffer for decoded samples
Definition at line 1756 of file mpegaudiodec.c.
Referenced by decode_close_mp3on4(), decode_frame_mp3on4(), and decode_init_mp3on4().
Definition at line 1751 of file mpegaudiodec.c.
Referenced by decode_frame_mp3on4(), and decode_init_mp3on4().
number of mp3 frames per block (number of mp3 decoder instances)
Definition at line 1752 of file mpegaudiodec.c.
Referenced by decode_close_mp3on4(), decode_frame_mp3on4(), decode_init_mp3on4(), and flush_mp3on4().
MPADecodeContext for every decoder instance.
Definition at line 1755 of file mpegaudiodec.c.
Referenced by decode_close_mp3on4(), decode_frame_mp3on4(), decode_init_mp3on4(), and flush_mp3on4().
syncword patch
Definition at line 1753 of file mpegaudiodec.c.
Referenced by decode_frame_mp3on4(), and decode_init_mp3on4().