Go to the source code of this file.
#define MPA_HEADER_SIZE 4 |
#define SAME_HEADER_MASK (0xffe00000 | (3 << 17) | (3 << 10) | (3 << 19)) |
Initial value:= {
}
static int mpegaudio_parse(AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
void ff_parse_close(AVCodecParserContext *s)
struct MpegAudioParseContext MpegAudioParseContext
preferred ID for decoding MPEG audio layer 1, 2 or 3
Definition at line 102 of file mpegaudio_parser.c.