libavcodec/vp8_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_vp8_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 vp8_parser.c.


Variable Documentation

Initial value:

 {
    .codec_ids      = { CODEC_ID_VP8 },
    .parser_parse   = parse,
}

Definition at line 35 of file vp8_parser.c.


Generated on Fri Oct 26 02:43:50 2012 for FFmpeg by  doxygen 1.5.8