FFmpeg
|
#include "parser.h"
Include dependency graph for vp3_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_vp3_parser |
Function Documentation
|
static |
Definition at line 23 of file vp3_parser.c.
Referenced by read_table().
Variable Documentation
AVCodecParser ff_vp3_parser |
Initial value:
= {
.parser_parse = parse,
}
Definition: libavcodec/avcodec.h:194
static int parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition: vp3_parser.c:23
Definition: libavcodec/avcodec.h:209
Definition: libavcodec/avcodec.h:132
Definition: libavcodec/avcodec.h:133
Definition: libavcodec/avcodec.h:195
Definition at line 38 of file vp3_parser.c.
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11