OSDN Git Service

remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv...
authorDaniel Verkamp <daniel@drv.nu>
Mon, 9 Feb 2009 08:16:04 +0000 (08:16 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 9 Feb 2009 08:16:04 +0000 (08:16 +0000)
Originally committed as revision 17096 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/gif.c

index 2e21ee8..7306a7f 100644 (file)
@@ -139,8 +139,6 @@ static int gif_image_write_image(uint8_t **bytestream,
 }
 
 typedef struct {
-    int64_t time, file_time;
-    uint8_t buffer[100]; /* data chunks */
     AVFrame picture;
 } GIFContext;