include: Fixes to make the headers friendly with the latest wikiheaders.
This commit is contained in:
parent
9216b7a5ee
commit
e75d72670f
19 changed files with 59 additions and 56 deletions
|
@ -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) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue