Commit 54173148 authored by Mark Reid's avatar Mark Reid Committed by Michael Niedermayer

libavformat/rawenc: add dnxhr raw format extension

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 64131b87
......@@ -128,7 +128,7 @@ AVOutputFormat ff_dirac_muxer = {
AVOutputFormat ff_dnxhd_muxer = {
.name = "dnxhd",
.long_name = NULL_IF_CONFIG_SMALL("raw DNxHD (SMPTE VC-3)"),
.extensions = "dnxhd",
.extensions = "dnxhd,dnxhr",
.audio_codec = AV_CODEC_ID_NONE,
.video_codec = AV_CODEC_ID_DNXHD,
.write_header = force_one_stream,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment