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