From bba66fc7be8d3c47bc9659ffe9ccd63aea84352f Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 7 Jul 2010 10:19:59 +0000 Subject: Associate .tga with format image2. Originally committed as revision 24079 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/img2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/img2.c b/libavformat/img2.c index 5e553f9aea..7c152cb9d9 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -442,7 +442,7 @@ AVOutputFormat image2_muxer = { "image2", 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), CODEC_ID_NONE, CODEC_ID_MJPEG, -- cgit v1.2.3