Mercurial > sdl-ios-xcode
changeset 500:c335456c421d
Fixed YUV overlay code for Quicktime 6
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 05 Oct 2002 04:56:32 +0000 |
parents | f480ecd70499 |
children | 74262d2647ca |
files | src/video/quartz/SDL_QuartzVideo.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);