Register .tga and .tiff image extensions
authorKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 23 Oct 2006 13:17:46 +0000 (13:17 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 23 Oct 2006 13:17:46 +0000 (13:17 +0000)
Originally committed as revision 6775 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/img2.c

index 2a08fa7b2471d2b6faed25d21855130f2384d199..303190ad24b687cf855e38d9a472bee52be43e48 100644 (file)
@@ -52,6 +52,8 @@ static const IdStrMap img_tags[] = {
     { CODEC_ID_RAWVIDEO  , "y"},
     { CODEC_ID_BMP       , "bmp"},
     { CODEC_ID_GIF       , "gif"},
+    { CODEC_ID_TARGA     , "tga"},
+    { CODEC_ID_TIFF      , "tiff"},
     {0, NULL}
 };