FFmpeg
|
libavformat/ac3dec.c
Go to the documentation of this file.
uint32_t av_crc(const AVCRC *ctx, uint32_t crc, const uint8_t *buffer, size_t length)
Calculate the CRC of a block.
Definition: crc.c:275
Definition: avformat.h:456
const AVCRC * av_crc_get_table(AVCRCId crc_id)
Get an initialized standard CRC table.
Definition: crc.c:261
int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/rawdec.c:34
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Coded AC-3 header values up to the lfeon element, plus derived values.
Definition: ac3.h:96
unsigned char * buf
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.
Definition: avformat.h:336
int ff_raw_audio_read_header(AVFormatContext *s)
Definition: libavformat/rawdec.c:54
int avpriv_ac3_parse_header(GetBitContext *gbc, AC3HeaderInfo *hdr)
Parse AC-3 frame header.
Definition: ac3_parser.c:50
static int ac3_eac3_probe(AVProbeData *p, enum AVCodecID expected_codec_id)
Definition: libavformat/ac3dec.c:27
Definition: libavcodec/avcodec.h:384
Definition: libavcodec/avcodec.h:422
static int init_get_bits(GetBitContext *s, const uint8_t *buffer, int bit_size)
Initialize GetBitContext.
Definition: get_bits.h:379
This structure contains the data a format has to probe a file.
Definition: avformat.h:334
#define AVPROBE_SCORE_MAX
maximum score, half of that is used for file-extension-based detection
Definition: avformat.h:340
Main libavformat public API header.
Definition: get_bits.h:54
Definition: crc.h:32
Generated on Mon Nov 18 2024 06:51:51 for FFmpeg by 1.8.11