summaryrefslogtreecommitdiff
path: root/libavcodec/aaccoder.c
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2009-07-20 20:32:27 +0000
committerAlex Converse <alex.converse@gmail.com>2009-07-20 20:32:27 +0000
commit0193992252f31dbb50ce55bb9a48623e26654df4 (patch)
tree0b168d67f22aab94a73633a113c59e21d3070081 /libavcodec/aaccoder.c
parent89f2932baf8f8bd9f5e3de1d903ab70c6315f629 (diff)
Actually use all the codebooks we are iterating over in the two-loop scalefactor search.
Originally committed as revision 19472 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aaccoder.c')
-rw-r--r--libavcodec/aaccoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aaccoder.c b/libavcodec/aaccoder.c
index 97a5912e4a..3732219d31 100644
--- a/libavcodec/aaccoder.c
+++ b/libavcodec/aaccoder.c
@@ -690,7 +690,7 @@ static void search_for_quantizers_twoloop(AVCodecContext *avctx,
scaled + w2*128,
sce->ics.swb_sizes[g],
sce->sf_idx[w*16+g],
- ESC_BT,
+ cb,
lambda,
INFINITY,
&b);