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
1 changed files with 2 additions and 0 deletions

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