]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/img2.c
Analysis of logs show that there are in fact some files with m1v1 too (not just m2v2),
[ffmpeg] / libavformat / img2.c
index 113f431a48256352ba539a55ca78e3b8bd0a21fc..ad22d224bf2f3cccb63d6c5de2d1a2bfc4454648 100644 (file)
@@ -72,6 +72,7 @@ static const IdStrMap img_tags[] = {
     { CODEC_ID_SUNRAST   , "im24"},
     { CODEC_ID_SUNRAST   , "sunras"},
     { CODEC_ID_JPEG2000  , "jp2"},
+    { CODEC_ID_DPX       , "dpx"},
     { CODEC_ID_NONE      , NULL}
 };
 
@@ -428,7 +429,7 @@ AVOutputFormat image2_muxer = {
     "image2",
     NULL_IF_CONFIG_SMALL("image2 sequence"),
     "",
-    "bmp,jpeg,jpg,ljpg,pam,pbm,pgm,pgmyuv,png,ppm,sgi,tif,tiff,jp2",
+    "bmp,jpeg,jpg,ljpg,pam,pbm,pcx,pgm,pgmyuv,png,ppm,sgi,tif,tiff,jp2",
     sizeof(VideoData),
     CODEC_ID_NONE,
     CODEC_ID_MJPEG,