From a7e7417c41c2c85495b74074b96989c5d68bae22 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 27 Sep 2009 04:41:05 +0000 Subject: Move 2 variable declarations to inside of loop. Originally committed as revision 20039 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/ac3.c') diff --git a/libavcodec/ac3.c b/libavcodec/ac3.c index 41bc1345c9..e97c396158 100644 --- a/libavcodec/ac3.c +++ b/libavcodec/ac3.c @@ -98,7 +98,7 @@ static inline int calc_lowcomp(int a, int b0, int b1, int bin) 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); -- cgit v1.2.3