mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 22:10:34 +00:00
avformat: add vc2 as an allowed rawenc Dirac extension
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
parent
ec9e87c922
commit
135460383e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user