FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | AACADTSHeaderInfo |
Macros | |
#define | AAC_ADTS_HEADER_SIZE 7 |
Functions | |
int | avpriv_aac_parse_header (GetBitContext *gbc, AACADTSHeaderInfo *hdr) |
Parse AAC frame header. | |
#define AAC_ADTS_HEADER_SIZE 7 |
Definition at line 29 of file aacadtsdec.h.
Referenced by aac_adtstoasc_filter(), aac_parse_init(), aac_sync(), avpriv_aac_parse_header(), ff_spdif_probe(), spdif_get_offset_and_codec(), and spdif_header_aac().
int avpriv_aac_parse_header | ( | GetBitContext * | gbc, |
AACADTSHeaderInfo * | hdr | ||
) |
Parse AAC frame header.
Parse the ADTS frame header to the end of the variable header, which is the first 54 bits.
[in] | gbc | BitContext containing the first 54 bits of the frame. |
[out] | hdr | Pointer to struct where header info is written. |
Definition at line 29 of file aacadtsdec.c.
Referenced by aac_adtstoasc_filter(), aac_sync(), parse_adts_frame_header(), spdif_get_offset_and_codec(), and spdif_header_aac().