Added colorspace to SDL_CameraSpec
This commit is contained in:
@@ -79,6 +79,7 @@ typedef struct SDL_Camera SDL_Camera;
|
||||
typedef struct SDL_CameraSpec
|
||||
{
|
||||
SDL_PixelFormatEnum format; /**< Frame format */
|
||||
SDL_Colorspace colorspace; /**< Frame colorspace */
|
||||
int width; /**< Frame width */
|
||||
int height; /**< Frame height */
|
||||
int interval_numerator; /**< Frame rate numerator ((dom / num) == fps, (num / dom) == duration) */
|
||||
|
||||
Reference in New Issue
Block a user