On 02/12/2022 15:16, Tomi Valkeinen wrote:
From: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx>
Hi,
These kms++ patches add support for Y210 format.
I didn't find a super clear description of the byte order for Y210
anywhere. If someone knows what it is supposed to be, I'd appreciate
verifying the code =).
Actually, this:
https://learn.microsoft.com/en-us/windows/win32/medfound/10-bit-and-16-bit-yuv-video-formats#overview
indicates that the 10-bit values should be shifted by 6. So the drawing
code in this series is probably not right.
Tomi