FFmpeg
|
MPADecodeContext Struct Reference
Collaboration diagram for MPADecodeContext:
Data Fields | |
MPA_DECODE_HEADER uint8_t | last_buf [LAST_BUF_SIZE] |
int | last_buf_size |
uint32_t | free_format_next_header |
GetBitContext | gb |
GetBitContext | in_gb |
Detailed Description
Definition at line 69 of file mpegaudiodec.c.
Field Documentation
uint32_t MPADecodeContext::free_format_next_header |
Definition at line 74 of file mpegaudiodec.c.
GetBitContext MPADecodeContext::gb |
Definition at line 75 of file mpegaudiodec.c.
Referenced by huffman_decode(), mp_decode_frame(), mp_decode_layer1(), mp_decode_layer2(), mp_decode_layer3(), and switch_buffer().
GetBitContext MPADecodeContext::in_gb |
Definition at line 76 of file mpegaudiodec.c.
Referenced by mp_decode_frame(), mp_decode_layer3(), and switch_buffer().
MPA_DECODE_HEADER uint8_t MPADecodeContext::last_buf[LAST_BUF_SIZE] |
Definition at line 71 of file mpegaudiodec.c.
Referenced by mp_decode_frame(), and mp_decode_layer3().
int MPADecodeContext::last_buf_size |
Definition at line 72 of file mpegaudiodec.c.
Referenced by mp_decode_frame(), mp_decode_layer3(), and mp_flush().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11