ref: f5a6ef57b3baa4c671defdc987bc0aa583251c58
parent: 8bbe025bcaa0772024b78f0c204ea35cb886f662
author: lenox <lenox>
date: Mon Feb 7 02:49:20 EST 2000
bugfix
--- a/transfo.c
+++ b/transfo.c
@@ -282,8 +282,8 @@
break;
case LONG_SHORT_WINDOW :
-// for ( i = 0 ; i < BLOCK_LEN_LONG ; i++)
-// p_out_mdct[i] = p_o_buf[i] * first_window[i];
+ for ( i = 0 ; i < BLOCK_LEN_LONG ; i++)
+ p_out_mdct[i] = p_o_buf[i] * first_window[i];
memcpy(p_out_mdct+BLOCK_LEN_LONG,p_o_buf+BLOCK_LEN_LONG,NFLAT_LS*sizedouble);
// for ( ; i < NFLAT_LS + BLOCK_LEN_LONG; i++){
// p_out_mdct[i] = 1.0;