diff options
author | Peter Ross <pross@xvid.org> | 2011-04-01 23:11:24 +1100 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2011-04-01 23:11:24 +1100 |
commit | c178fdeaecf442e6aa88ce1c5ec6db189823805e (patch) | |
tree | 9eafb478d1f2f999b54ec337fd6ff7228eb4b18a /libavformat/img2.c | |
parent | f339f908a4eb08e1d49559e085159d78b99285f1 (diff) | |
download | ffmpeg-c178fdeaecf442e6aa88ce1c5ec6db189823805e.tar.gz |
Add .dpx to the list of supported file extensions for the image2 muxer
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r-- | libavformat/img2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index e464b027fe..7480d43bfe 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -447,7 +447,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, |