FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | MpegAudioParseContext |
Macros | |
#define | MPA_HEADER_SIZE 4 |
#define | SAME_HEADER_MASK (0xffe00000 | (3 << 17) | (3 << 10) | (3 << 19)) |
Functions | |
static int | mpegaudio_parse (AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
AVCodecParser | ff_mpegaudio_parser |
#define MPA_HEADER_SIZE 4 |
Definition at line 36 of file mpegaudio_parser.c.
#define SAME_HEADER_MASK (0xffe00000 | (3 << 17) | (3 << 10) | (3 << 19)) |
Definition at line 39 of file mpegaudio_parser.c.
Referenced by mpegaudio_parse().
|
static |
Definition at line 42 of file mpegaudio_parser.c.
AVCodecParser ff_mpegaudio_parser |
Definition at line 122 of file mpegaudio_parser.c.