File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11name =AnimatedGIF
2- version =2.1.0
2+ version =2.1.1
33author =Larry Bank
44maintainer =Larry Bank
55sentence =Universal GIF player for MCUs with at least 32K of RAM.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments