[FFmpeg-soc] [soc]: r2855 - aacenc/aacpsy.c

kostya subversion at mplayerhq.hu
Sun Jul 27 11:07:18 CEST 2008


Author: kostya
Date: Sun Jul 27 11:07:18 2008
New Revision: 2855

Log:
1000l Channel variable is not present here

Modified:
   aacenc/aacpsy.c

Modified: aacenc/aacpsy.c
==============================================================================
--- aacenc/aacpsy.c	(original)
+++ aacenc/aacpsy.c	Sun Jul 27 11:07:18 2008
@@ -542,7 +542,7 @@ static void psy_3gpp_process(AACPsyConte
     // M/S detection - 5.5.2
     if(apc->avctx->channels > 1 && cpe->common_window){
         start = 0;
-        for(w = 0; w < cpe->ch[ch].ics.num_windows; w++){
+        for(w = 0; w < cpe->ch[0].ics.num_windows; w++){
             for(g = 0; g < cpe->ch[0].ics.num_swb; g++){
                 double en_m = 0.0, en_s = 0.0, l1;
                 float m, s;



More information about the FFmpeg-soc mailing list