FFmpeg
|
dnxhd_parser.c File Reference
DNxHD/VC-3 parser. More...
#include "parser.h"
Include dependency graph for dnxhd_parser.c:
Go to the source code of this file.
Data Structures | |
struct | DNXHDParserContext |
Macros | |
#define | DNXHD_HEADER_PREFIX 0x000002800100 |
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 |
Detailed Description
DNxHD/VC-3 parser.
Definition in file dnxhd_parser.c.
Macro Definition Documentation
#define DNXHD_HEADER_PREFIX 0x000002800100 |
Definition at line 29 of file dnxhd_parser.c.
Referenced by dnxhd_find_frame_end().
Function Documentation
|
static |
Definition at line 37 of file dnxhd_parser.c.
Referenced by dnxhd_parse().
|
static |
Definition at line 87 of file dnxhd_parser.c.
Variable Documentation
AVCodecParser ff_dnxhd_parser |
Initial value:
= {
.codec_ids = { AV_CODEC_ID_DNXHD },
.priv_data_size = sizeof(DNXHDParserContext),
.parser_parse = dnxhd_parse,
.parser_close = ff_parse_close,
}
Definition: libavcodec/avcodec.h:202
static int dnxhd_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition: dnxhd_parser.c:87
Definition: dnxhd_parser.c:31
Definition at line 111 of file dnxhd_parser.c.
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11