21#ifndef AVCODEC_AC3_PARSER_INTERNAL_H
22#define AVCODEC_AC3_PARSER_INTERNAL_H
int ff_ac3_find_syncword(const uint8_t *buf, int buf_size)
@ AC3_PARSE_ERROR_FRAME_TYPE
@ AC3_PARSE_ERROR_SAMPLE_RATE
@ AC3_PARSE_ERROR_CHANNEL_MAP
@ AC3_PARSE_ERROR_FRAME_SIZE
int avpriv_ac3_parse_header(AC3HeaderInfo **hdr, const uint8_t *buf, size_t size)
int ff_ac3_parse_header(GetBitContext *gbc, AC3HeaderInfo *hdr)
Parse AC-3 frame header.
bitstream reader API header.