FFmpeg
Loading...
Searching...
No Matches
vp3_parser.c File Reference
#include "avcodec.h"
#include "parser_internal.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

const FFCodecParser ff_vp3_parser
 

Function Documentation

◆ parse()

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 24 of file vp3_parser.c.

Variable Documentation

◆ ff_vp3_parser

const FFCodecParser ff_vp3_parser
Initial value:
= {
.parse = parse,
}
static int parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition apv_parser.c:92
@ AV_CODEC_ID_VP6
Definition codec_id.h:141
@ AV_CODEC_ID_VP3
Definition codec_id.h:79
@ AV_CODEC_ID_VP6F
Definition codec_id.h:142
@ AV_CODEC_ID_VP6A
Definition codec_id.h:156
@ AV_CODEC_ID_THEORA
Definition codec_id.h:80
#define PARSER_CODEC_LIST(...)

Definition at line 39 of file vp3_parser.c.