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 1760 of file mpegaudiodec.c.
| const uint8_t* MP3On4DecodeContext::coff |
channel offsets in output buffer
Definition at line 1764 of file mpegaudiodec.c.
Referenced by decode_frame_mp3on4(), and decode_init_mp3on4().
output buffer for decoded samples
Definition at line 1766 of file mpegaudiodec.c.
Referenced by decode_close_mp3on4(), decode_frame_mp3on4(), and decode_init_mp3on4().
Definition at line 1761 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 1762 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 1765 of file mpegaudiodec.c.
Referenced by decode_close_mp3on4(), decode_frame_mp3on4(), decode_init_mp3on4(), and flush_mp3on4().
syncword patch
Definition at line 1763 of file mpegaudiodec.c.
Referenced by decode_frame_mp3on4(), and decode_init_mp3on4().