From a8e41613333fac751fee706675939c4425033ff1 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 22 Nov 2008 21:24:39 +0000 Subject: Add forgotten file format pgmyuv. Originally committed as revision 15910 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/img2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/img2.c b/libavformat/img2.c index e88bc4a319..962265e4c1 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", + "bmp,jpeg,jpg,ljpg,pam,pbm,pgm,pgmyuv,png,ppm,sgi,tif,tiff", sizeof(VideoData), CODEC_ID_NONE, CODEC_ID_MJPEG, -- cgit v1.2.3