mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
3ed1a2ee88
commit
dd0f776c98
|
@ -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"},
|
||||
|
|
Loading…
Reference in New Issue