| Summary: | YUV overlay crash inside Quicktime on OS X 10.4 Intel | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Peter Mulholland <darkmatter> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | critical | ||
| Priority: | P2 | ||
| Version: | HG 1.2 | ||
| Hardware: | PowerPC | ||
| OS: | Mac OS X 10.4 (Intel) | ||
| Attachments: | Fix yuv crash for MacOS X intel | ||
|
Description
Peter Mulholland
2006-07-10 19:10:33 UTC
I'd like to say I have this bug too, same symptom, same crash point, macbook pro, on first SDL_DisplayYUVOverlay with a YV12 overlay. Will try it on ppc next. Created attachment 164 [details]
Fix yuv crash for MacOS X intel
The bug is in src/video/quartz/SDL_QuartzYUV.m. The PlanarPixmapInfoYUV420 *MUST* be a big-endian struct. (See ImageCompression.h, kYUV420PixelFormat constant definition). I post a patch against SDL 1.2.9.
This fix is in subversion, thanks! |