>check this new patch containing new MDCT/subband filtering and FFT.
>This patch can be applied to both of the original LAME 3.37beta(3.50stable)
>and LAME3.37 with my yesterday Huffman coding patch.
Check mdct_sub in your newmdct.c...
void mdct_sub(
short *w0, short *w1,
double (*mdct_freq)[2][576], int stereo,
III_side_info_t *l3_side,
int mode_gr)
{
int gr, k, ch;
double *mdct_enc = mdct_freq[0][0];
double work[36];
short *wk[2] = {w0, w1};
This last declaration isn't valid ANSI, and I believe it's a GCCism as
someone mentioned earlier in this list... ;)
- CISC
--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )