diff --git a/src/video/quartz/SDL_QuartzVideo.m b/src/video/quartz/SDL_QuartzVideo.m index eddb10aa392d607f32c7e19b714339bc8c78921a..942ef2d2fc5f88d9f0b5f6233241d364928290a2 100644 --- a/src/video/quartz/SDL_QuartzVideo.m +++ b/src/video/quartz/SDL_QuartzVideo.m @@ -1472,7 +1472,7 @@ static SDL_Overlay* QZ_CreateYUVOverlay (_THIS, int width, int height, (**yuv_idh).frameCount = 1; (**yuv_idh).clutID = -1; (**yuv_idh).dataSize = 0; - (**yuv_idh).depth = 12; + (**yuv_idh).depth = 24; HUnlock ((Handle)yuv_idh);