From 066e8f6f2c05fd912e5c786871c2fa5e28b4a4bc Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 9 Feb 2009 00:19:19 -0600 Subject: [PATCH] Remove unused fields in GIFContext --- libavcodec/gif.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/libavcodec/gif.c b/libavcodec/gif.c index 2e21ee8..7306a7f 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; -- 1.6.1.1