summaryrefslogtreecommitdiff
path: root/libavcodec/gif.c
diff options
context:
space:
mode:
authorDaniel Verkamp <daniel@drv.nu>2009-02-09 08:16:04 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-02-09 08:16:04 +0000
commitc385c0da224575fe7416fde6d8d64f577346e657 (patch)
tree85b104892dc8fca5db0533076428cf0b45819c81 /libavcodec/gif.c
parentdacfaf237335d96fa6ebac3d834194761f8d8f7f (diff)
remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu
Originally committed as revision 17096 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/gif.c')
-rw-r--r--libavcodec/gif.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/gif.c b/libavcodec/gif.c
index 2e21ee8e9d..7306a7fa79 100644
--- a/libavcodec/gif.c
+++ b/libavcodec/gif.c
@@ -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;