[Ffmpeg-cvslog] r6775 - trunk/libavformat/img2.c

kostya subversion
Mon Oct 23 15:17:46 CEST 2006


Author: kostya
Date: Mon Oct 23 15:17:46 2006
New Revision: 6775

Modified:
   trunk/libavformat/img2.c

Log:
Register .tga and .tiff image extensions

Modified: trunk/libavformat/img2.c
==============================================================================
--- trunk/libavformat/img2.c	(original)
+++ trunk/libavformat/img2.c	Mon Oct 23 15:17:46 2006
@@ -52,6 +52,8 @@
     { CODEC_ID_RAWVIDEO  , "y"},
     { CODEC_ID_BMP       , "bmp"},
     { CODEC_ID_GIF       , "gif"},
+    { CODEC_ID_TARGA     , "tga"},
+    { CODEC_ID_TIFF      , "tiff"},
     {0, NULL}
 };
 




More information about the ffmpeg-cvslog mailing list