This repository was archived by the owner on Jan 31, 2025. It is now read-only.
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
YUV 4:4:4 JPEG decoding returns garbage for some input files #363
Open
Description
Decoding appears to succeed, but the output surface contains garbage. I think the interesting feature of the file here is that V_i is 2 for all components, so the MCU size is actually 1x2. (This file was created by libavcodec with default settings; YUV 4:4:4 files created by libjpeg have H_i == V_i == 1, and do work.)