img2: add .dpx to the list of supported file extensions.
authorPeter Ross <pross@xvid.org>
Fri, 1 Apr 2011 12:11:24 +0000 (23:11 +1100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 13 Jun 2011 18:43:29 +0000 (20:43 +0200)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavformat/img2.c

index 4e82aa301b313394061d41c3d5ab6d5c01135193..ec37a388456ba9bfa885f10fecafe26d1c37c603 100644 (file)
@@ -496,7 +496,7 @@ AVInputFormat ff_image2pipe_demuxer = {
 AVOutputFormat ff_image2_muxer = {
     .name           = "image2",
     .long_name      = NULL_IF_CONFIG_SMALL("image2 sequence"),
-    .extensions     = "bmp,jpeg,jpg,ljpg,pam,pbm,pcx,pgm,pgmyuv,png,"
+    .extensions     = "bmp,dpx,jpeg,jpg,ljpg,pam,pbm,pcx,pgm,pgmyuv,png,"
                       "ppm,sgi,tga,tif,tiff,jp2",
     .priv_data_size = sizeof(VideoData),
     .video_codec    = CODEC_ID_MJPEG,