From 0193992252f31dbb50ce55bb9a48623e26654df4 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Mon, 20 Jul 2009 20:32:27 +0000 Subject: [PATCH] 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 --- libavcodec/aaccoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);