include: Fixes to make the headers friendly with the latest wikiheaders.

This commit is contained in:
Ryan C. Gordon 2024-04-11 01:17:27 -04:00
parent 9216b7a5ee
commit e75d72670f
No known key found for this signature in database
GPG key ID: FA148B892AB48044
19 changed files with 59 additions and 56 deletions

View file

@ -105,7 +105,7 @@ typedef int (SDLCALL *SDL_blit) (struct SDL_Surface * src, SDL_Rect * srcrect,
/**
* \brief The formula used for converting between YUV and RGB
*/
typedef enum
typedef enum SDL_YUV_CONVERSION_MODE
{
SDL_YUV_CONVERSION_JPEG, /**< Full range JPEG */
SDL_YUV_CONVERSION_BT601, /**< BT.601 (the default) */