FFmpeg
|
Go to the source code of this file.
Functions | |
int | avpriv_ac3_parse_header2 (GetBitContext *gbc, AC3HeaderInfo **hdr) |
Parse AC-3 frame header. | |
int | avpriv_ac3_parse_header (GetBitContext *gbc, AC3HeaderInfo *hdr) |
int avpriv_ac3_parse_header2 | ( | GetBitContext * | gbc, |
AC3HeaderInfo ** | hdr | ||
) |
Parse AC-3 frame header.
Parse the header up to the lfeon element, which is the first 52 or 54 bits depending on the audio coding mode.
[in] | gbc | BitContext containing the first 54 bits of the frame. |
[out] | hdr | Pointer to Pointer to struct where header info is written. will be allocated if NULL |
Definition at line 50 of file ac3_parser.c.
Referenced by ac3_eac3_probe(), ac3_sync(), avpriv_ac3_parse_header(), and parse_frame_header().
int avpriv_ac3_parse_header | ( | GetBitContext * | gbc, |
AC3HeaderInfo * | hdr | ||
) |
Definition at line 154 of file ac3_parser.c.