summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2023-01-22 13:06:38 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2023-01-22 13:06:38 +0000
commit721319de4dbe15a772b11fff62fe0436373ab7fc (patch)
treec6bb28e3d0dccd7f93e21bcf014e18e5554544e3
parent5d3093f8c79e54827864b04ec6b470488d72c960 (diff)
downloadlibnsgif-721319de4dbe15a772b11fff62fe0436373ab7fc.tar.gz
libnsgif-721319de4dbe15a772b11fff62fe0436373ab7fc.tar.bz2
api: Add interlaced bool to frame info
-rw-r--r--include/nsgif.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/nsgif.h b/include/nsgif.h
index 7df8981..26897df 100644
--- a/include/nsgif.h
+++ b/include/nsgif.h
@@ -429,7 +429,8 @@ typedef struct nsgif_frame_info {
bool transparency;
/** whether the frame has a local colour table */
bool local_palette;
-
+ /** whether the frame is interlaced */
+ bool interlaced;
/** Disposal method for previous frame; affects plotting */
uint8_t disposal;
/** delay (in cs) before animating the frame */