Detect "tif" suffix as TIFF.

Patch by Quoc Cuong Pham: Quoc-Cuong D PHAM AT cea D fr

Originally committed as revision 13557 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Quoc Cuong Pham 2008-05-30 13:26:40 +00:00 committed by Benoit Fouet
parent 3ed1a2ee88
commit dd0f776c98
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ static const IdStrMap img_tags[] = {
{ CODEC_ID_GIF , "gif"},
{ CODEC_ID_TARGA , "tga"},
{ CODEC_ID_TIFF , "tiff"},
{ CODEC_ID_TIFF , "tif"},
{ CODEC_ID_SGI , "sgi"},
{ CODEC_ID_PTX , "ptx"},
{ CODEC_ID_PCX , "pcx"},