FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | DNXHDParserContext |
Functions | |
static int | dnxhd_find_frame_end (DNXHDParserContext *dctx, const uint8_t *buf, int buf_size) |
static int | dnxhd_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
AVCodecParser | ff_dnxhd_parser |
DNxHD/VC-3 parser
Definition in file dnxhd_parser.c.
|
static |
Definition at line 37 of file dnxhd_parser.c.
Referenced by dnxhd_parse().
|
static |
Definition at line 117 of file dnxhd_parser.c.
AVCodecParser ff_dnxhd_parser |
Definition at line 141 of file dnxhd_parser.c.