Browse code

Remove unused variable j.

Originally committed as revision 20398 to svn://svn.ffmpeg.org/ffmpeg/trunk

Michael Niedermayer authored on 2009/10/28 23:40:05
Showing 1 changed files
... ...
@@ -752,7 +752,7 @@ static void qmf_32_subbands(DCAContext * s, int chans,
752 752
                             float scale, float bias)
753 753
 {
754 754
     const float *prCoeff;
755
-    int i, j;
755
+    int i;
756 756
 
757 757
     int subindex;
758 758