changeset 10468:fedf07e14bee libavcodec

Remove unused variable j.
author michael
date Wed, 28 Oct 2009 14:40:05 +0000
parents 212a837ebd27
children 23ca6d60184d
files dca.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;