summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2022-03-08 11:32:35 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2022-03-08 11:32:35 +0000
commit1091ca3fe72971d86b7be486e8f410f7c859ab98 (patch)
tree4fa48fedac115dc41cbbb9934a7da96a0d83fd48
parent716e0fae9a007e7c3c5d52cfb7354b139f851b6d (diff)
downloadlibnsgif-1091ca3fe72971d86b7be486e8f410f7c859ab98.tar.gz
libnsgif-1091ca3fe72971d86b7be486e8f410f7c859ab98.tar.bz2
API: Docs: Document meaning of zero for loop_max gif info member.
-rw-r--r--include/nsgif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nsgif.h b/include/nsgif.h
index c2a98c1..54dcd71 100644
--- a/include/nsgif.h
+++ b/include/nsgif.h
@@ -284,7 +284,7 @@ typedef struct nsgif_info {
uint32_t height;
/** number of frames decoded */
uint32_t frame_count;
- /** number of times to loop animation */
+ /** number of times to play animation (zero means loop forever) */
int loop_max;
/** number of animation loops so far */
int loop_count;