1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

Register .tga and .tiff image extensions

Originally committed as revision 6775 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Kostya Shishkov
2006-10-23 13:17:46 +00:00
parent 7fbde3431a
commit 79f7c32ffb

View 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}
};