changeset 4046:208d63d8ee42 libavformat

Support picture output without -f image2 for most codecs.
author cehoyos
date Sat, 22 Nov 2008 20:36:02 +0000
parents 7326e083a8e2
children 0fd7955f548b
files img2.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/img2.c	Thu Nov 20 22:53:18 2008 +0000
+++ b/img2.c	Sat Nov 22 20:36:02 2008 +0000
@@ -402,7 +402,7 @@
     "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,