|
From: Dan D. <da...@de...> - 2002-06-27 05:36:55
|
On Sun, 2002-06-16 at 17:26, Daniel Kobras wrote: > I need to tell playdv to clamp luma; pure white appears as black > otherwise[1]. That was using a YUY2 (or rather 2YUY on big endian) Xv [...] > [1] Bug in the ylut setup in dv_YUY2_init()? The lut isn't used on x86 > with MMX optimisation... I committed a fix to cvs. I don't know why we were ever allowing Y values beyond 0..255 for what ends up being a byte value!? |