#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_vp8_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 vp8_parser.c.
Initial value:
{ .codec_ids = { AV_CODEC_ID_VP8 }, .parser_parse = parse, }
Definition at line 35 of file vp8_parser.c.