mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-17 16:49:02 +00:00
This patch brings few small QoL improvements: - We don't need to read the Huffman stream before returning an error due to a missing quantization table. - We check the table presence only once per scan instead of once per MCU. - `dequantize()` is now infallible.