From dd0f776c98c8635772d78269e90451205e4549a0 Mon Sep 17 00:00:00 2001 From: Quoc Cuong Pham Date: Fri, 30 May 2008 13:26:40 +0000 Subject: 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 --- libavformat/img2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/img2.c b/libavformat/img2.c index 4b35454123..1e7bcc6992 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -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"}, -- cgit v1.2.3