summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2011-04-01 23:11:24 +1100
committerAnton Khirnov <anton@khirnov.net>2011-06-13 20:43:29 +0200
commita31d4b3a9929e31eb2df949cab09422267f5a5e3 (patch)
treed2f50629dad47cc569b77c399314ad6d60fa019d /libavformat/img2.c
parent294e5475c2cf4bb7a0db34931515fddc5732c266 (diff)
img2: add .dpx to the list of supported file extensions.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r--libavformat/img2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c
index 4e82aa301b..ec37a38845 100644
--- a/libavformat/img2.c
+++ b/libavformat/img2.c
@@ -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,