Browse Source

Support picture output without -f image2 for most codecs.

Originally committed as revision 15909 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Carl Eugen Hoyos 17 years ago
parent
commit
6bbb5bf83c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/img2.c

+ 1
- 1
libavformat/img2.c View File

@@ -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,


Loading…
Cancel
Save