#include <stdint.h>
#include "aac_ac3_parser.h"
#include "bitstream.h"
Go to the source code of this file.
Data Structures | |
struct | AACADTSHeaderInfo |
Functions | |
int | ff_aac_parse_header (GetBitContext *gbc, AACADTSHeaderInfo *hdr) |
Parses AAC frame header. |
int ff_aac_parse_header | ( | GetBitContext * | gbc, | |
AACADTSHeaderInfo * | hdr | |||
) |
Parses AAC frame header.
Parses the ADTS frame header to the end of the variable header, which is the first 54 bits.
gbc[in] | BitContext containing the first 54 bits of the frame. | |
hdr[out] | Pointer to struct where header info is written. |
Definition at line 31 of file aac_parser.c.
Referenced by aac_sync(), and parse_adts_frame_header().