summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2008-11-22 21:24:39 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2008-11-22 21:24:39 +0000
commita8e41613333fac751fee706675939c4425033ff1 (patch)
tree2fa32190bb4477ac4361a2dcb6f2e6376c7972a8 /libavformat/img2.c
parent6bbb5bf83ca4cc4056f1301bd792f522d73345e5 (diff)
Add forgotten file format pgmyuv.
Originally committed as revision 15910 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r--libavformat/img2.c2
1 files changed, 1 insertions, 1 deletions
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,