File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2405,14 +2405,16 @@ extern SDL_DECLSPEC IMG_Animation * SDLCALL IMG_LoadWEBPAnimation_IO(SDL_IOStrea
2405
2405
2406
2406
/**
2407
2407
* An enum representing the status of the encoder and decoder.
2408
+ *
2409
+ * \since This enum is available since SDL_image 3.4.0.
2408
2410
*/
2409
2411
typedef enum IMG_AnimationDecoderStatus
2410
2412
{
2411
- IMG_DECODER_STATUS_OK , /**< Decoded the frame successfully. */
2412
- IMG_DECODER_STATUS_FAILED , /**< Decoding the frame failed. Call SDL_GetError for more information. */
2413
- IMG_DECODER_STATUS_COMPLETE , /**< No more frames available. */
2413
+ IMG_DECODER_STATUS_OK , /**< Decoded the frame successfully. */
2414
+ IMG_DECODER_STATUS_FAILED , /**< Decoding the frame failed. Call SDL_GetError for more information. */
2415
+ IMG_DECODER_STATUS_COMPLETE , /**< No more frames available. */
2414
2416
2415
- IMG_DECODER_STATUS_INVALID , /**< Invalid decoder status that does not represent any valid status. */
2417
+ IMG_DECODER_STATUS_INVALID /**< Invalid decoder status that does not represent any valid status. */
2416
2418
} IMG_AnimationDecoderStatus ;
2417
2419
2418
2420
/**
You can’t perform that action at this time.
0 commit comments