[FFmpeg-devel] TIFF format and file extension
PHAM Quoc-Cuong 203899
Quoc-Cuong.PHAM
Fri May 30 10:17:34 CEST 2008
Hi,
I would suggest to add a mapping between extension ".tif" and the TIFF Codec.
Many TIFF files end with ".tif"
In img2.c
--- img2.c.bak 2008-05-30 10:09:00.000000000 +0200
+++ img2.c 2008-05-30 09:47:56.000000000 +0200
@@ -58,6 +58,7 @@
{ 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"},
Quoc Cuong
More information about the ffmpeg-devel
mailing list