Libav 0.7.1
|
Go to the source code of this file.
Data Structures | |
struct | MpegAudioParseContext |
Defines | |
#define | MPA_HEADER_SIZE 4 |
#define | SAME_HEADER_MASK (0xffe00000 | (3 << 17) | (3 << 10) | (3 << 19)) |
Typedefs | |
typedef struct MpegAudioParseContext | MpegAudioParseContext |
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 34 of file mpegaudio_parser.c.
#define SAME_HEADER_MASK (0xffe00000 | (3 << 17) | (3 << 10) | (3 << 19)) |
Definition at line 37 of file mpegaudio_parser.c.
Referenced by mpegaudio_parse().
typedef struct MpegAudioParseContext MpegAudioParseContext |
static int mpegaudio_parse | ( | AVCodecParserContext * | s1, |
AVCodecContext * | avctx, | ||
const uint8_t ** | poutbuf, | ||
int * | poutbuf_size, | ||
const uint8_t * | buf, | ||
int | buf_size | ||
) | [static] |
Definition at line 40 of file mpegaudio_parser.c.
{ { CODEC_ID_MP1, CODEC_ID_MP2, CODEC_ID_MP3 }, sizeof(MpegAudioParseContext), NULL, mpegaudio_parse, ff_parse_close, }
Definition at line 102 of file mpegaudio_parser.c.