[FFmpeg-cvslog] r18990 - trunk/libavcodec/gifdec.c

bcoudurier subversion
Sat May 30 06:07:14 CEST 2009


Author: bcoudurier
Date: Sat May 30 06:07:14 2009
New Revision: 18990

Log:
gif decoder use get_buffer, so set DR1

Modified:
   trunk/libavcodec/gifdec.c

Modified: trunk/libavcodec/gifdec.c
==============================================================================
--- trunk/libavcodec/gifdec.c	Sat May 30 04:48:47 2009	(r18989)
+++ trunk/libavcodec/gifdec.c	Sat May 30 06:07:14 2009	(r18990)
@@ -335,5 +335,6 @@ AVCodec gif_decoder = {
     NULL,
     gif_decode_close,
     gif_decode_frame,
+    CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("GIF (Graphics Interchange Format)"),
 };



More information about the ffmpeg-cvslog mailing list