Update src/libs/gif/AnimatedGIF.h

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Akos Vandra-Meyer
2026-05-05 17:22:24 +02:00
committed by Vandra-Meyer Akos
parent 4c6fe5e478
commit 1e749f57f2
+1
View File
@@ -106,6 +106,7 @@ enum {
GIF_SUCCESS = 0,
GIF_DECODE_ERROR,
GIF_TOO_LARGE,
GIF_TOO_WIDE = GIF_TOO_LARGE, // backward-compatible alias; prefer GIF_TOO_LARGE
GIF_INVALID_PARAMETER,
GIF_UNSUPPORTED_FEATURE,
GIF_FILE_NOT_OPEN,