changeset 3013:7dd85525abcf

If you #if 0 out code, how about you do the variables it uses too.
author Tony Vroon <chainsaw@gentoo.org>
date Wed, 08 Apr 2009 23:11:11 +0100
parents 98846e76190f
children 2dbd1c39fd12
files src/aac/libfaad2/hcr.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/aac/libfaad2/hcr.c	Wed Apr 08 23:10:10 2009 +0100
+++ b/src/aac/libfaad2/hcr.c	Wed Apr 08 23:11:11 2009 +0100
@@ -225,7 +225,9 @@
 
     uint16_t sp_offset[8];
     uint16_t g, i, sortloop, set, bitsread;
+#if 0
     uint16_t bitsleft, codewordsleft;
+#endif
     uint8_t w_idx, sfb, this_CB, last_CB, this_sec_CB; 
     
     const uint16_t nshort = hDecoder->frameLength/8;