Commit bba66fc7 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Associate .tga with format image2.

Originally committed as revision 24079 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 881fd7a6
...@@ -442,7 +442,7 @@ AVOutputFormat image2_muxer = { ...@@ -442,7 +442,7 @@ AVOutputFormat image2_muxer = {
"image2", "image2",
NULL_IF_CONFIG_SMALL("image2 sequence"), NULL_IF_CONFIG_SMALL("image2 sequence"),
"", "",
"bmp,jpeg,jpg,ljpg,pam,pbm,pcx,pgm,pgmyuv,png,ppm,sgi,tif,tiff,jp2", "bmp,jpeg,jpg,ljpg,pam,pbm,pcx,pgm,pgmyuv,png,ppm,sgi,tga,tif,tiff,jp2",
sizeof(VideoData), sizeof(VideoData),
CODEC_ID_NONE, CODEC_ID_NONE,
CODEC_ID_MJPEG, CODEC_ID_MJPEG,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment