MP3On4DecodeContext Struct Reference

Context for MP3On4 decoder. More...

Data Fields

AVFrameframe
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
MPADecodeContextmp3decctx [5]
 MPADecodeContext for every decoder instance.
OUT_INTdecoded_buf
 output buffer for decoded samples

Detailed Description

Context for MP3On4 decoder.

Definition at line 1750 of file mpegaudiodec.c.


Field Documentation

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().

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().

syncword patch

Definition at line 1753 of file mpegaudiodec.c.

Referenced by decode_frame_mp3on4(), and decode_init_mp3on4().


The documentation for this struct was generated from the following file: