On Wed Dec 20 20:55:27 2023 +0000, Zebediah Figura wrote:
Shouldn't that be 2 * width, not 3 * width?
I was using https://learn.microsoft.com/en-us/windows/win32/medfound/recommended-8-bit-y.... It's 1 byte per YUV component, but going as Y0-U0-Y1-V0-... but still 3 bytes per sample. Also since this is used as a stride, I'd expect to get artifacts if it wasn't right.