diff options
author | Quoc Cuong Pham <Quoc-Cuong.PHAM@cea.fr> | 2008-05-30 13:26:40 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2008-05-30 13:26:40 +0000 |
commit | dd0f776c98c8635772d78269e90451205e4549a0 (patch) | |
tree | d81f58c3a91c41972de793a1db568b32ff8ec569 /libavformat/img2.c | |
parent | 3ed1a2ee8836f0f5a4a248d7429ece018193357b (diff) | |
download | ffmpeg-dd0f776c98c8635772d78269e90451205e4549a0.tar.gz |
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
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r-- | libavformat/img2.c | 1 |
1 files changed, 1 insertions, 0 deletions
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"}, |