From 6bbb5bf83ca4cc4056f1301bd792f522d73345e5 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Date: Sat, 22 Nov 2008 20:36:02 +0000
Subject: [PATCH] Support picture output without -f image2 for most codecs.

Originally committed as revision 15909 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/img2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/img2.c b/libavformat/img2.c
index 97063928170..e88bc4a3196 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,
-- 
GitLab