[Webkit-unassigned] [Bug 54559] [chromium] Fix green pixels at edge of certain GPU-accelerated videos

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 16 16:19:31 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=54559





--- Comment #6 from Andrew Scherkus <scherkus at chromium.org>  2011-02-16 16:19:31 PST ---
I ran some tests using a static YUV test image and this patch is good to go!

On width==stride videos we have pixel-accurate scaling as expected.

On width<stride videos we _do_ end up scaling the video horizontally by one pixel (i.e., right-most pixel line is gone!) but Y and UV planes are still in sync which is the important part.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list