mirror of https://git.ffmpeg.org/ffmpeg.git
Add forgotten file format pgmyuv.
Originally committed as revision 15910 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6bbb5bf83c
commit
a8e4161333
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue