FFmpeg
Classes | Variables
dnxhd_parser.c File Reference

DNxHD/VC-3 parser. More...

#include "parser.h"
#include "dnxhddata.h"

Classes

struct  DNXHDParserContext
 

Variables

AVCodecParser ff_dnxhd_parser
 

Detailed Description

DNxHD/VC-3 parser.

Variable Documentation

§ ff_dnxhd_parser

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: dnxhd_parser.c:30