libavformat/rawenc: add dnxhr raw format extension

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Mark Reid 2016-07-20 18:22:20 -07:00 committed by Michael Niedermayer
parent 64131b87d6
commit 541731488e
1 changed files with 1 additions and 1 deletions

View File

@ -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,