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);
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to