Skip to content

Commit

Permalink
final fix for repeat count
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Bank authored and Laurence Bank committed Jul 9, 2024
1 parent 1e6df7a commit f6f65ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AnimatedGIF
version=2.1.0
version=2.1.1
author=Larry Bank
maintainer=Larry Bank
sentence=Universal GIF player for MCUs with at least 32K of RAM.
Expand Down
2 changes: 1 addition & 1 deletion src/AnimatedGIF.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ typedef struct gif_image_tag
uint16_t iBpp;
int16_t iError; // last error
uint16_t iFrameDelay; // delay in milliseconds for this frame
uint16_t iRepeatCount; // NETSCAPE animation repeat count. 0=forever
int16_t iRepeatCount; // NETSCAPE animation repeat count. 0=forever
uint16_t iXCount, iYCount; // decoding position in image (countdown values)
int iLZWOff; // current LZW data offset
int iLZWSize; // current quantity of data in the LZW buffer
Expand Down

0 comments on commit f6f65ec

Please sign in to comment.