]> git.sesse.net Git - fjl/blobdiff - driver.c
Get rid of AC_SIXTEEN_ZEROS.
[fjl] / driver.c
index e8a78e021fcbf03016a340ebc54861158dfe3b37..f24b0f50964d18d4271fc1f104f59597f9928f4f 100644 (file)
--- 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;
                }
        }