Get the decoder status indicating the current state of the decoder.
Defined in <SDL3_image/SDL_image.h>
IMG_AnimationDecoderStatus IMG_GetAnimationDecoderStatus(IMG_AnimationDecoder *decoder);
IMG_AnimationDecoder * | decoder | the decoder to get the status of. |
(IMG_AnimationDecoderStatus) Returns the status of the underlying decoder, or IMG_DECODER_STATUS_INVALID if the given decoder is invalid.
This function is available since SDL_image 3.4.0.