[FFmpeg-soc] [soc]: r1945 - aac/aac.c

andoma subversion at mplayerhq.hu
Thu Feb 28 12:16:50 CET 2008


Author: andoma
Date: Thu Feb 28 12:16:50 2008
New Revision: 1945

Log:
fix cut'n'haste typo


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Thu Feb 28 12:16:50 2008
@@ -521,7 +521,7 @@ static int output_configure(AACContext *
         }
         if(ac->che_lfe[i]) {
             ac->output_data[ch++] = ac->che_lfe[i]->ret;
-            ac->che_sce[i]->mixing_gain = 1.0f;
+            ac->che_lfe[i]->mixing_gain = 1.0f;
         }
     }
     assert(ch == channels);



More information about the FFmpeg-soc mailing list