FFmpeg
|
#include "aac_ac3_parser.h"
#include "adts_header.h"
#include "adts_parser.h"
#include "get_bits.h"
#include "mpeg4audio.h"
Go to the source code of this file.
Functions | |
int | ff_adts_header_parse (GetBitContext *gbc, AACADTSHeaderInfo *hdr) |
Parse the ADTS frame header to the end of the variable header, which is the first 54 bits. More... | |
int ff_adts_header_parse | ( | GetBitContext * | gbc, |
AACADTSHeaderInfo * | hdr | ||
) |
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 30 of file adts_header.c.
Referenced by aac_adtstoasc_filter(), aac_sync(), av_adts_header_parse(), and parse_adts_frame_header().