changeset 9966:fd487090d901 libavcodec

Actually use all the codebooks we are iterating over in the two-loop scalefactor search.
author alexc
date Mon, 20 Jul 2009 20:32:27 +0000
parents 27339a7fee03
children cd01ef12809a
files aaccoder.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/aaccoder.c	Mon Jul 20 18:27:17 2009 +0000
+++ b/aaccoder.c	Mon Jul 20 20:32:27 2009 +0000
@@ -690,7 +690,7 @@
                                                        scaled + w2*128,
                                                        sce->ics.swb_sizes[g],
                                                        sce->sf_idx[w*16+g],
-                                                       ESC_BT,
+                                                       cb,
                                                        lambda,
                                                        INFINITY,
                                                        &b);