# HG changeset patch # User jbr # Date 1254026465 0 # Node ID 520c39d4b97024e0f15ef921fad0e31a26421ef6 # Parent 9e91066235c8ca27543a3b5509a2467828fc86b1 Move 2 variable declarations to inside of loop. diff -r 9e91066235c8 -r 520c39d4b970 ac3.c --- a/ac3.c Sun Sep 27 04:37:00 2009 +0000 +++ b/ac3.c Sun Sep 27 04:41:05 2009 +0000 @@ -98,7 +98,7 @@ void ff_ac3_bit_alloc_calc_psd(int8_t *exp, int start, int end, int16_t *psd, int16_t *band_psd) { - int bin, j, k, end1, v; + int bin, j, k; /* exponent mapping to PSD */ for(bin=start;bin> 1, 255);