Support picture output without -f image2 for most codecs.
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sat, 22 Nov 2008 20:36:02 +0000 (20:36 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sat, 22 Nov 2008 20:36:02 +0000 (20:36 +0000)
Originally committed as revision 15909 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/img2.c

index 9706392..e88bc4a 100644 (file)
@@ -402,7 +402,7 @@ AVOutputFormat image2_muxer = {
     "image2",
     NULL_IF_CONFIG_SMALL("image2 sequence"),
     "",
-    "",
+    "bmp,jpeg,jpg,ljpg,pam,pbm,pgm,png,ppm,sgi,tif,tiff",
     sizeof(VideoData),
     CODEC_ID_NONE,
     CODEC_ID_MJPEG,