ref: 09e5becbbed6c7b0f7424e67afa3e74d0d8a2b6e
parent: 9ea647b768d3a5633b8ce8858e4d7d92b06b3577
author: menno <menno>
date: Wed Jan 14 15:39:59 EST 2004
Whoops, forgot to revert something
--- a/libfaad/huffman.c
+++ b/libfaad/huffman.c
@@ -22,7 +22,7 @@
** Commercial non-GPL licensing of this software is possible.
** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
**
-** $Id: huffman.c,v 1.13 2004/01/14 20:32:30 menno Exp $
+** $Id: huffman.c,v 1.14 2004/01/14 20:39:59 menno Exp $
**/
#include "common.h"
@@ -168,7 +168,7 @@
{
/* we know for sure it's more than hcbN[cb] bits long */
faad_flushbits(ld, hcbN[cb]);
-#if 0
+#if 1
offset += (uint16_t)faad_showbits(ld, extra_bits);
faad_flushbits(ld, hcb_2_quad_table[cb][offset].bits - hcbN[cb]);
#else
@@ -215,7 +215,7 @@
{
/* we know for sure it's more than hcbN[cb] bits long */
faad_flushbits(ld, hcbN[cb]);
-#if 0
+#if 1
offset += (uint16_t)faad_showbits(ld, extra_bits);
faad_flushbits(ld, hcb_2_pair_table[cb][offset].bits - hcbN[cb]);
#else