Skip to content

Commit

Permalink
Fix new constants for dispose method
Browse files Browse the repository at this point in the history
  • Loading branch information
skidder committed Nov 10, 2024
1 parent d1510db commit 051b253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions giflib.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ struct GifAnimationInfo {
int frame_count;
};

#define GIF_DISPOSE_NONE 1
#define GIF_DISPOSE_BACKGROUND 2
#define GIF_DISPOSE_NONE 0
#define GIF_DISPOSE_BACKGROUND 1

typedef struct giflib_decoder_struct* giflib_decoder;
typedef struct giflib_encoder_struct* giflib_encoder;
Expand Down

0 comments on commit 051b253

Please sign in to comment.