From d0afece00533a174faf2ce93633ca9731be89fc0 Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Sun, 31 May 2009 13:12:26 +0200 Subject: [PATCH 1/1] Unfix the coefficient fix. --- driver.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/driver.c b/driver.c index 6a7a8ec..2e5bda6 100644 --- a/driver.c +++ b/driver.c @@ -163,11 +163,10 @@ void read_scan(struct byte_source* source, struct jpeg_image* image, huffman_tab i += 15; continue; } + i += r; possibly_refill(&bits, s); coeff[unzigzag[i]] = extend(read_bits(&bits, s), s); - - i += r; } uint8_t pixdata[DCTSIZE2]; -- 2.39.2