Skip to content

Commit

Permalink
Fixed YUV overlay code for Quicktime 6
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 5, 2002
1 parent 018ad3a commit e7d45dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/quartz/SDL_QuartzVideo.m
Expand Up @@ -1472,7 +1472,7 @@ static void QZ_FreeHWYUV (_THIS, SDL_Overlay *overlay) {
(**yuv_idh).frameCount = 1;
(**yuv_idh).clutID = -1;
(**yuv_idh).dataSize = 0;
(**yuv_idh).depth = 12;
(**yuv_idh).depth = 24;

HUnlock ((Handle)yuv_idh);

Expand Down

0 comments on commit e7d45dc

Please sign in to comment.