Skip to content

Fixed linux demo and problems with files having extra data after the last frame

Compare
Choose a tag to compare
@bitbank2 bitbank2 released this 25 Jun 23:03
· 60 commits to master since this release
dae02de

This release includes two fixes:

  1. The linux demo code needed to be updated after a recent change to the playFrame parameters
  2. Some GIF files contain data after the end of the last frame. The previous release would incorrectly try to decode this extra data or get stuck in a loop.