summaryrefslogtreecommitdiff
path: root/image/gifread.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-01-24 23:04:49 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-01-24 23:04:49 +0000
commit0631647241618112481faa43cf09df535514f848 (patch)
treeeb537d8ba02fb0ca4691bf30fd588ef7ab14093f /image/gifread.h
parent37fbf489d485b4e0bacb990174d067e3300bc90e (diff)
downloadnetsurf-0631647241618112481faa43cf09df535514f848.tar.gz
netsurf-0631647241618112481faa43cf09df535514f848.tar.bz2
[project @ 2006-01-24 23:04:49 by rjw]
Faster GIF decoding. svn path=/import/netsurf/; revision=2028
Diffstat (limited to 'image/gifread.h')
-rw-r--r--image/gifread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/image/gifread.h b/image/gifread.h
index 8e91b7e40..5099ae4fe 100644
--- a/image/gifread.h
+++ b/image/gifread.h
@@ -67,6 +67,7 @@ typedef struct gif_animation {
unsigned int *local_colour_table; /**< local colour table */
int dirty_frame; /**< the current dirty frame, or -1 for none */
struct bitmap *frame_image; /**< currently decoded image */
+ int current_error; /**< current error type, or 0 for none*/
} gif_animation;
int gif_initialise(struct gif_animation *gif);