X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=driver.c;h=f24b0f50964d18d4271fc1f104f59597f9928f4f;hb=8326dff1cbad02c5d660696648e15a0f575c9afd;hp=e8a78e021fcbf03016a340ebc54861158dfe3b37;hpb=aaa51b9ca2687377006a7d850079bdc501efee65;p=fjl diff --git a/driver.c b/driver.c index e8a78e0..f24b0f5 100644 --- a/driver.c +++ b/driver.c @@ -148,9 +148,6 @@ void decode_ac_coefficients(const struct huffman_table* tbl, struct bit_source* if (code == AC_END_OF_BLOCK) { break; } - if (code == AC_SIXTEEN_ZEROS) { - continue; - } coeff[unzigzag[i]] = code; } }