diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-07-07 10:19:59 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-07-07 10:19:59 +0000 |
commit | bba66fc7be8d3c47bc9659ffe9ccd63aea84352f (patch) | |
tree | aeeeb0387c0b54c8771bc8795b18dd6807c606c7 /libavformat/img2.c | |
parent | 881fd7a62f6f1d52beee62fa570088935935b2af (diff) | |
download | ffmpeg-bba66fc7be8d3c47bc9659ffe9ccd63aea84352f.tar.gz |
Associate .tga with format image2.
Originally committed as revision 24079 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r-- | libavformat/img2.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |