diff dca.c @ 10468:fedf07e14bee libavcodec

Remove unused variable j.
author michael
date Wed, 28 Oct 2009 14:40:05 +0000
parents 212a837ebd27
children 34a65026fa06
line wrap: on
line diff
--- a/dca.c	Wed Oct 28 10:51:51 2009 +0000
+++ b/dca.c	Wed Oct 28 14:40:05 2009 +0000
@@ -752,7 +752,7 @@
                             float scale, float bias)
 {
     const float *prCoeff;
-    int i, j;
+    int i;
 
     int subindex;