From: Steinar H. Gunderson Date: Mon, 1 Jun 2009 18:05:42 +0000 (+0200) Subject: Remove some debugging asserts. X-Git-Url: https://git.sesse.net/?p=fjl;a=commitdiff_plain;h=aaa51b9ca2687377006a7d850079bdc501efee65 Remove some debugging asserts. --- diff --git a/driver.c b/driver.c index fcd9f7f..e8a78e0 100644 --- a/driver.c +++ b/driver.c @@ -129,12 +129,10 @@ void decode_ac_coefficients(const struct huffman_table* tbl, struct bit_source* possibly_refill(bits, s); if (rs == 0x00) { - assert(code == AC_DEHUF_SLOW_PATH || code == AC_END_OF_BLOCK); /* end of block */ break; } if (rs == 0xf0) { - assert(code == AC_DEHUF_SLOW_PATH || code == AC_SIXTEEN_ZEROS); /* 16 zero coefficients */ continue; }