diff options
author | Alex Converse <alex.converse@gmail.com> | 2009-07-20 20:32:27 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2009-07-20 20:32:27 +0000 |
commit | 0193992252f31dbb50ce55bb9a48623e26654df4 (patch) | |
tree | 0b168d67f22aab94a73633a113c59e21d3070081 | |
parent | 89f2932baf8f8bd9f5e3de1d903ab70c6315f629 (diff) | |
download | ffmpeg-0193992252f31dbb50ce55bb9a48623e26654df4.tar.gz |
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
-rw-r--r-- | libavcodec/aaccoder.c | 2 |
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); |