]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rawenc.c
Changelog: add entries for the SMPTE VC-2 decoder and encoder
[ffmpeg] / libavformat / rawenc.c
index 9474ed178abe75262f8b2ccf24d67b331c0b6ac1..358ee4e2f0127f297fba2bcad7334e549b33206d 100644 (file)
@@ -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,