# HG changeset patch # User Sam Lantinga # Date 1033793792 0 # Node ID c335456c421d3496f996a4210d16e4d033765523 # Parent f480ecd7049913b4cc131076deb46291d6bb5747 Fixed YUV overlay code for Quicktime 6 diff -r f480ecd70499 -r c335456c421d src/video/quartz/SDL_QuartzVideo.m --- a/src/video/quartz/SDL_QuartzVideo.m Mon Sep 30 00:35:25 2002 +0000 +++ b/src/video/quartz/SDL_QuartzVideo.m Sat Oct 05 04:56:32 2002 +0000 @@ -1472,7 +1472,7 @@ (**yuv_idh).frameCount = 1; (**yuv_idh).clutID = -1; (**yuv_idh).dataSize = 0; - (**yuv_idh).depth = 12; + (**yuv_idh).depth = 24; HUnlock ((Handle)yuv_idh);