From d49dded59122aac162fc3a76bbc2c9b0fb7d32fb Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Wed, 28 Oct 2009 14:40:05 +0000
Subject: Remove unused variable j.

Originally committed as revision 20398 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/dca.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libavcodec')

diff --git a/libavcodec/dca.c b/libavcodec/dca.c
index bd8990f41a..d71483fa28 100644
--- a/libavcodec/dca.c
+++ b/libavcodec/dca.c
@@ -752,7 +752,7 @@ static void qmf_32_subbands(DCAContext * s, int chans,
                             float scale, float bias)
 {
     const float *prCoeff;
-    int i, j;
+    int i;
 
     int subindex;
 
-- 
cgit v1.2.3