FFmpeg
|
mp3_header_decompress_bsf.c
Go to the documentation of this file.
28 static int mp3_header_decompress(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args,
54 sample_rate= avpriv_mpa_freq_tab[sample_rate_index] >> (lsf + mpeg25); //in case sample rate is a little off
Definition: avisynth_c.h:503
mpeg audio layer common tables.
uint8_t * extradata
some codecs need / can use extradata like Huffman tables.
Definition: libavcodec/avcodec.h:1242
Definition: libavcodec/avcodec.h:4535
static int mp3_header_decompress(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe)
Definition: mp3_header_decompress_bsf.c:28
static int ff_mpa_check_header(uint32_t header)
Definition: mpegaudiodecheader.h:60
external API header
#define FF_INPUT_BUFFER_PADDING_SIZE
Required number of additionally allocated bytes at the end of the input bitstream for decoding...
Definition: libavcodec/avcodec.h:561
void * av_malloc(size_t size)
Allocate a block of size bytes with alignment suitable for all memory accesses (including vectors if ...
Definition: mem.c:73
AVBitStreamFilter ff_mp3_header_decompress_bsf
Definition: mp3_header_decompress_bsf.c:94
MPEG Audio header decoder.
common internal and external API header
Generated on Mon Nov 18 2024 06:51:57 for FFmpeg by 1.8.11