[xiph-cvs] cvs commit: vorbis/lib mdct.c

Jack Moffitt jack at xiph.org
Thu Oct 19 23:32:07 PDT 2000



jack        00/10/19 23:32:07

  Modified:    lib      Tag: branch_beta3 mdct.c
  Log:
  well that's embarassing.
  
  jack.

Revision  Changes    Path
No                   revision

No                   revision

1.17.2.2  +2 -2      vorbis/lib/mdct.c

Index: mdct.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/mdct.c,v
retrieving revision 1.17.2.1
retrieving revision 1.17.2.2
diff -u -r1.17.2.1 -r1.17.2.2
--- mdct.c	2000/10/19 21:56:40	1.17.2.1
+++ mdct.c	2000/10/20 06:32:07	1.17.2.2
@@ -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 @@
         int w2=w1-(k0>>1);
         float AEv= A[0],wA;
         float AOv= A[1],wB;
-        int blah=1;
+        int blah=i;
         wbase-=2;
 
         k0++;

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list