FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | FFV1ParseContext |
Functions | |
static int | parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
static void | ffv1_close (AVCodecParserContext *s) |
Variables | |
const AVCodecParser | ff_ffv1_parser |
|
static |
Definition at line 28 of file ffv1_parser.c.
Referenced by mov_read_default(), mov_read_udta_string(), and read_table().
|
static |
Definition at line 73 of file ffv1_parser.c.
const AVCodecParser ff_ffv1_parser |
Definition at line 81 of file ffv1_parser.c.