vp3_parser.c File Reference
#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

Function Documentation

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(), and mov_read_udta_string().

Variable Documentation

AVCodecParser ff_vp3_parser
Initial value:
{
.parser_parse = parse,
}

Definition at line 38 of file vp3_parser.c.