changeset 8775:7c60077e7380 libavcodec

remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu
author bcoudurier
date Mon, 09 Feb 2009 08:16:04 +0000
parents 0a8166d20fd3
children f9c847fb4839
files gif.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gif.c	Mon Feb 09 08:14:29 2009 +0000
+++ b/gif.c	Mon Feb 09 08:16:04 2009 +0000
@@ -139,8 +139,6 @@
 }
 
 typedef struct {
-    int64_t time, file_time;
-    uint8_t buffer[100]; /* data chunks */
     AVFrame picture;
 } GIFContext;