X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=driver.c;h=dfa61ddde0ab2b70e56b8fc924ddd96012db01c7;hb=90f4ece295b2ba5f9b3f36ea8547e65bea1e85f6;hp=f07e63e2679edc37263dddeafeb3a71071d712c0;hpb=12195f1ed80bebbfecfa7505ec965177228ea916;p=fjl diff --git a/driver.c b/driver.c index f07e63e..dfa61dd 100644 --- a/driver.c +++ b/driver.c @@ -123,7 +123,7 @@ void decode_ac_coefficients(const struct huffman_table* tbl, struct bit_source* unsigned length = tbl->ac_table_length[lookup]; unsigned r = tbl->ac_table_skip[lookup]; - if (__builtin_expect(code == AC_DEHUF_SLOW_PATH, 0)) { + if (code == AC_DEHUF_SLOW_PATH) { unsigned rs = read_huffman_symbol_no_refill(tbl, bits); if (rs == 0x00) { /* end of block */