diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2008-11-22 20:36:02 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2008-11-22 20:36:02 +0000 |
commit | 6bbb5bf83ca4cc4056f1301bd792f522d73345e5 (patch) | |
tree | b2e087673770d9d7528cfc047e1f02a6bb4bd619 /libavformat/img2.c | |
parent | 76de302dd854f460ea1a22cfe768d11dde85fa6b (diff) | |
download | ffmpeg-6bbb5bf83ca4cc4056f1301bd792f522d73345e5.tar.gz |
Support picture output without -f image2 for most codecs.
Originally committed as revision 15909 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 9706392817..e88bc4a319 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -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, |