FFmpeg
|
ac3_parser.h File Reference
Include dependency graph for ac3_parser.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
int | avpriv_ac3_parse_header (GetBitContext *gbc, AC3HeaderInfo *hdr) |
Parse AC-3 frame header. More... | |
Function Documentation
int avpriv_ac3_parse_header | ( | 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.
- Parameters
-
[in] gbc BitContext containing the first 54 bits of the frame. [out] hdr Pointer to struct where header info is written.
- Returns
- Returns 0 on success, -1 if there is a sync word mismatch, -2 if the bsid (version) element is invalid, -3 if the fscod (sample rate) element is invalid, or -4 if the frmsizecod (bit rate) element is invalid.
Definition at line 50 of file ac3_parser.c.
Referenced by ac3_eac3_probe(), ac3_sync(), and parse_frame_header().
Generated on Mon Nov 18 2024 06:52:04 for FFmpeg by 1.8.11