#include "libavutil/intreadwrite.h"#include "avformat.h"#include "rawdec.h"Go to the source code of this file.
Functions | |
| static int | dnxhd_probe (AVProbeData *p) |
Variables | |
| AVInputFormat | dnxhd_demuxer |
| static int dnxhd_probe | ( | AVProbeData * | p | ) | [static] |
Definition at line 27 of file dnxhddec.c.
Initial value:
{
"dnxhd",
NULL_IF_CONFIG_SMALL("raw DNxHD (SMPTE VC-3)"),
0,
dnxhd_probe,
ff_raw_video_read_header,
ff_raw_read_partial_packet,
.flags= AVFMT_GENERIC_INDEX,
.value = CODEC_ID_DNXHD,
}
Definition at line 45 of file dnxhddec.c.
1.5.6