mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-21 22:52:46 +08:00
Update src/libs/gif/AnimatedGIF.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
Vandra-Meyer Akos
parent
4c6fe5e478
commit
1e749f57f2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user