summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Moffitt <jack@xiph.org>2000-10-20 06:32:07 +0000
committerJack Moffitt <jack@xiph.org>2000-10-20 06:32:07 +0000
commitd6fde51ddec9c6e694454f3a21aa8f4b3077a3d8 (patch)
treeb359dd96f73d63fa870d086e52f4a9016032b651
parent68bcf6c84dff8d0c051ea876cf7f53c78fac91d2 (diff)
downloadlibvorbis-git-d6fde51ddec9c6e694454f3a21aa8f4b3077a3d8.tar.gz
well that's embarassing.
jack. svn path=/branches/branch_beta3/vorbis/; revision=742
-rw-r--r--lib/mdct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mdct.c b/lib/mdct.c
index 34eda1e7..93e4777d 100644
--- a/lib/mdct.c
+++ b/lib/mdct.c
@@ -13,7 +13,7 @@
function: normalized modified discrete cosine transform
power of two length transform only [16 <= n ]
- last mod: $Id: mdct.c,v 1.17.2.1 2000/10/19 21:56:40 jack Exp $
+ last mod: $Id: mdct.c,v 1.17.2.2 2000/10/20 06:32:07 jack Exp $
Algorithm adapted from _The use of multirate filter banks for coding
of high quality digital audio_, by T. Sporer, K. Brandenburg and
@@ -137,7 +137,7 @@ static float *_mdct_kernel(float *x, float *w,
int w2=w1-(k0>>1);
float AEv= A[0],wA;
float AOv= A[1],wB;
- int blah=1;
+ int blah=i;
wbase-=2;
k0++;