An enum representing the status of an animation decoder.
Defined in <SDL3_image/SDL_image.h>
typedef enum IMG_AnimationDecoderStatus
{1, /**< The decoder is invalid */
IMG_DECODER_STATUS_INVALID = -/**< The decoder is ready to decode the next frame */
IMG_DECODER_STATUS_OK, /**< The decoder failed to decode a frame, call SDL_GetError() for more information. */
IMG_DECODER_STATUS_FAILED, /**< No more frames available */
IMG_DECODER_STATUS_COMPLETE } IMG_AnimationDecoderStatus;
This enum is available since SDL_image 3.4.0.