FFmpeg
|
#include "parser.h"
Include dependency graph for vp8_parser.c:
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 |
Definition at line 23 of file vp8_parser.c.
Variable Documentation
AVCodecParser ff_vp8_parser |
Initial value:
= {
.codec_ids = { AV_CODEC_ID_VP8 },
.parser_parse = parse,
}
static int parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition: vp8_parser.c:23
Definition: libavcodec/avcodec.h:243
Definition at line 35 of file vp8_parser.c.
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11