Created attachment 144917 [details] chromium playing issue Hi, I encountered a video playing issue with chromium, it shows some green grids on the right side of the windows, please check the attachment. video size information: resolution: 426 x 240 (size: 155520) plane 0(Y), offset:0, size:103680, stride:432, plane 1(U), offset:103680, size:25920, stride:216, plane 2(V), offset:129600, size:25920, stride:216, Because the width(426) is not the same with stride(432), so I think maybe mesa makes a mistake when converting YUV frame to RGB frame. Anybody can give me suggestion?
This should be solved (although I didn't test it) with the following commit: https://gitlab.freedesktop.org/mesa/mesa/commit/9db06a53500ce8df8683a195d3f0d03c2b8cef85 Closing.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.