Functions | Variables

libavcodec/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 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

Initial value:
 {
    { CODEC_ID_THEORA, CODEC_ID_VP3,
      CODEC_ID_VP6,    CODEC_ID_VP6F, CODEC_ID_VP6A },
    0,
    NULL,
    parse,
}

Definition at line 38 of file vp3_parser.c.