[FFmpeg-cvslog] img2: add .dpx to the list of supported file extensions.
Peter Ross
git at videolan.org
Tue Jun 14 05:09:33 CEST 2011
ffmpeg | branch: master | Peter Ross <pross at xvid.org> | Fri Apr 1 23:11:24 2011 +1100| [a31d4b3a9929e31eb2df949cab09422267f5a5e3] | committer: Anton Khirnov
img2: add .dpx to the list of supported file extensions.
Signed-off-by: Anton Khirnov <anton at khirnov.net>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a31d4b3a9929e31eb2df949cab09422267f5a5e3
---
libavformat/img2.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/img2.c b/libavformat/img2.c
index 4e82aa3..ec37a38 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,
More information about the ffmpeg-cvslog
mailing list