Skip to content
Snippets Groups Projects
Commit 6bbb5bf8 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos
Browse files

Support picture output without -f image2 for most codecs.

Originally committed as revision 15909 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 76de302d
No related branches found
No related tags found
No related merge requests found
...@@ -402,7 +402,7 @@ AVOutputFormat image2_muxer = { ...@@ -402,7 +402,7 @@ AVOutputFormat image2_muxer = {
"image2", "image2",
NULL_IF_CONFIG_SMALL("image2 sequence"), NULL_IF_CONFIG_SMALL("image2 sequence"),
"", "",
"", "bmp,jpeg,jpg,ljpg,pam,pbm,pgm,png,ppm,sgi,tif,tiff",
sizeof(VideoData), sizeof(VideoData),
CODEC_ID_NONE, CODEC_ID_NONE,
CODEC_ID_MJPEG, CODEC_ID_MJPEG,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment