Commit 13546038 authored by Rostislav Pehlivanov's avatar Rostislav Pehlivanov

avformat: add vc2 as an allowed rawenc Dirac extension

Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
parent ec9e87c9
......@@ -115,7 +115,7 @@ AVOutputFormat ff_data_muxer = {
AVOutputFormat ff_dirac_muxer = {
.name = "dirac",
.long_name = NULL_IF_CONFIG_SMALL("raw Dirac"),
.extensions = "drc",
.extensions = "drc,vc2",
.audio_codec = AV_CODEC_ID_NONE,
.video_codec = AV_CODEC_ID_DIRAC,
.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