Skip to content

Commit f6f65ec

Browse files
Laurence BankLaurence Bank
authored andcommitted
final fix for repeat count
1 parent 1e6df7a commit f6f65ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AnimatedGIF
2-
version=2.1.0
2+
version=2.1.1
33
author=Larry Bank
44
maintainer=Larry Bank
55
sentence=Universal GIF player for MCUs with at least 32K of RAM.

src/AnimatedGIF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ typedef struct gif_image_tag
170170
uint16_t iBpp;
171171
int16_t iError; // last error
172172
uint16_t iFrameDelay; // delay in milliseconds for this frame
173-
uint16_t iRepeatCount; // NETSCAPE animation repeat count. 0=forever
173+
int16_t iRepeatCount; // NETSCAPE animation repeat count. 0=forever
174174
uint16_t iXCount, iYCount; // decoding position in image (countdown values)
175175
int iLZWOff; // current LZW data offset
176176
int iLZWSize; // current quantity of data in the LZW buffer

0 commit comments

Comments
 (0)