summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-04-03 10:23:18 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2017-04-05 11:06:23 +0100
commit34f3a9a81824dcda5a3e1944d14b0273298ec0c3 (patch)
treeec22c0d6a0ca946ba4bd31cc2c53ec0a9c4714c5 /include
parent86ebd63cc1e9570cf247da26635375e31fc57d40 (diff)
downloadlibnsgif-34f3a9a81824dcda5a3e1944d14b0273298ec0c3.tar.gz
libnsgif-34f3a9a81824dcda5a3e1944d14b0273298ec0c3.tar.bz2
GIF decoding: Remove old LZW decoder and port library to new implementation.
Diffstat (limited to 'include')
-rw-r--r--include/libnsgif.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libnsgif.h b/include/libnsgif.h
index fd92a0a..a819fec 100644
--- a/include/libnsgif.h
+++ b/include/libnsgif.h
@@ -93,6 +93,8 @@ typedef struct gif_bitmap_callback_vt {
/** GIF animation data */
typedef struct gif_animation {
+ /** LZW decode context */
+ void *lzw_ctx;
/** callbacks for bitmap functions */
gif_bitmap_callback_vt bitmap_callbacks;
/** pointer to GIF data */