Author: kostya
Date: Tue Mar 17 18:19:21 2009
New Revision: 4171

Log:
Use lambda value passed as argument instead of one taken from the context

Modified:
   aacenc/aaccoder.c

Modified: aacenc/aaccoder.c
==============================================================================
--- aacenc/aaccoder.c   Thu Mar  5 17:12:01 2009        (r4170)
+++ aacenc/aaccoder.c   Tue Mar 17 18:19:21 2009        (r4171)
@@ -632,7 +632,7 @@ static void search_for_quantizers_anmr(A
                         int cb;
                         for(cb = 0; cb <= ESC_BT; cb++){
                             dists[cb] += quantize_band_cost(coefs + w2*128, 
sce->ics.swb_sizes[g],
-                                                            q, cb, s->lambda / 
band->threshold, INFINITY, NULL);
+                                                            q, cb, lambda / 
band->threshold, INFINITY, NULL);
                         }
                     }
                     dist = dists[0];
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to