SDL_COLORSPACE_JPEG is the default YUV colorspace

This commit is contained in:
Sam Lantinga
2024-02-04 00:11:46 -08:00
parent 5b8e5f8b9f
commit 327b976bc4
4 changed files with 12 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ static int run_automated_tests(int pattern_size, int extra_pitch)
SDL_PIXELFORMAT_YVYU
};
const SDL_Colorspace colorspaces[] = {
SDL_COLORSPACE_BT601_FULL,
SDL_COLORSPACE_JPEG,
SDL_COLORSPACE_BT601_LIMITED,
SDL_COLORSPACE_BT709_LIMITED
};