#include "parser.h"
Go to the source code of this file.
Functions | |
static int | parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
AVCodecParser | ff_vp3_parser |
static int parse | ( | AVCodecParserContext * | s, | |
AVCodecContext * | avctx, | |||
const uint8_t ** | poutbuf, | |||
int * | poutbuf_size, | |||
const uint8_t * | buf, | |||
int | buf_size | |||
) | [static] |
Definition at line 23 of file vp3_parser.c.
Referenced by mov_read_default(), mov_read_udta_string(), and vf_open().
Initial value:
{ .codec_ids = { CODEC_ID_THEORA, CODEC_ID_VP3, CODEC_ID_VP6, CODEC_ID_VP6F, CODEC_ID_VP6A }, .parser_parse = parse, }
Definition at line 38 of file vp3_parser.c.