Commit 2ac69739 authored by Sam Lantinga's avatar Sam Lantinga

Fixed YUV overlay code for Quicktime 6

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40501
parent e001f91d
...@@ -1472,7 +1472,7 @@ static SDL_Overlay* QZ_CreateYUVOverlay (_THIS, int width, int height, ...@@ -1472,7 +1472,7 @@ static SDL_Overlay* QZ_CreateYUVOverlay (_THIS, int width, int height,
(**yuv_idh).frameCount = 1; (**yuv_idh).frameCount = 1;
(**yuv_idh).clutID = -1; (**yuv_idh).clutID = -1;
(**yuv_idh).dataSize = 0; (**yuv_idh).dataSize = 0;
(**yuv_idh).depth = 12; (**yuv_idh).depth = 24;
HUnlock ((Handle)yuv_idh); HUnlock ((Handle)yuv_idh);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment