MPADecodeContext Struct Reference
Collaboration diagram for MPADecodeContext:
Collaboration graph

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::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: