[FFmpeg-cvslog] r17096 - trunk/libavcodec/gif.c

bcoudurier subversion
Mon Feb 9 09:16:05 CET 2009


Author: bcoudurier
Date: Mon Feb  9 09:16:04 2009
New Revision: 17096

Log:
remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu

Modified:
   trunk/libavcodec/gif.c

Modified: trunk/libavcodec/gif.c
==============================================================================
--- trunk/libavcodec/gif.c	Mon Feb  9 09:14:29 2009	(r17095)
+++ trunk/libavcodec/gif.c	Mon Feb  9 09:16:04 2009	(r17096)
@@ -139,8 +139,6 @@ static int gif_image_write_image(uint8_t
 }
 
 typedef struct {
-    int64_t time, file_time;
-    uint8_t buffer[100]; /* data chunks */
     AVFrame picture;
 } GIFContext;
 




More information about the ffmpeg-cvslog mailing list