[FFmpeg-soc] [soc]: r2463 - aacenc/aacenc.c

kostya subversion at mplayerhq.hu
Mon Jun 16 12:00:09 CEST 2008


Author: kostya
Date: Mon Jun 16 12:00:09 2008
New Revision: 2463

Log:
10l Spotted by Andreas

Modified:
   aacenc/aacenc.c

Modified: aacenc/aacenc.c
==============================================================================
--- aacenc/aacenc.c	(original)
+++ aacenc/aacenc.c	Mon Jun 16 12:00:09 2008
@@ -261,7 +261,7 @@ static void analyze(AVCodecContext *avct
                 s->output[k+i+128]          = audio[j] / 64 * s->kbd_short_128[128 - i - 1];
                 cpe->ch[channel].saved[k+i] = audio[j] / 64 * s->kbd_short_128[i];
             }
-            ff_mdct_calc(&s->mdct1024, cpe->ch[channel].coeffs + k, s->output+k, s->tmp);
+            ff_mdct_calc(&s->mdct128, cpe->ch[channel].coeffs + k, s->output+k, s->tmp);
         }
     }
     //convert coefficients into form used by AAC



More information about the FFmpeg-soc mailing list