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

bcoudurier subversion
Sun Oct 22 17:07:26 CEST 2006


Author: bcoudurier
Date: Sun Oct 22 17:07:25 2006
New Revision: 6761

Modified:
   trunk/libavformat/img2.c

Log:
add gif support

Modified: trunk/libavformat/img2.c
==============================================================================
--- trunk/libavformat/img2.c	(original)
+++ trunk/libavformat/img2.c	Sun Oct 22 17:07:25 2006
@@ -51,6 +51,7 @@
     { CODEC_ID_FFV1      , "ffv1-img"},
     { CODEC_ID_RAWVIDEO  , "y"},
     { CODEC_ID_BMP       , "bmp"},
+    { CODEC_ID_GIF       , "gif"},
     {0, NULL}
 };
 




More information about the ffmpeg-cvslog mailing list