Commit c8e1cd45 authored by benoit's avatar benoit

Detect "tif" suffix as TIFF.

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13557 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c190fae2
...@@ -58,6 +58,7 @@ static const IdStrMap img_tags[] = { ...@@ -58,6 +58,7 @@ static const IdStrMap img_tags[] = {
{ CODEC_ID_GIF , "gif"}, { CODEC_ID_GIF , "gif"},
{ CODEC_ID_TARGA , "tga"}, { CODEC_ID_TARGA , "tga"},
{ CODEC_ID_TIFF , "tiff"}, { CODEC_ID_TIFF , "tiff"},
{ CODEC_ID_TIFF , "tif"},
{ CODEC_ID_SGI , "sgi"}, { CODEC_ID_SGI , "sgi"},
{ CODEC_ID_PTX , "ptx"}, { CODEC_ID_PTX , "ptx"},
{ CODEC_ID_PCX , "pcx"}, { CODEC_ID_PCX , "pcx"},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment