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


Variable Documentation

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.


Generated on Fri Oct 26 02:46:11 2012 for FFmpeg by  doxygen 1.5.8