From 960323a2304253bad5c9896e6b1060eb136b579b Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Fri, 14 May 2010 16:49:21 +0000 Subject: aacenc: Select the TLS (two-loop search) as the default scalefactor coder. Originally committed as revision 23133 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aacenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c index d979be5de1..69eb51ee07 100644 --- a/libavcodec/aacenc.c +++ b/libavcodec/aacenc.c @@ -201,7 +201,7 @@ static av_cold int aac_encode_init(AVCodecContext *avctx) lengths[1] = ff_aac_num_swb_128[i]; ff_psy_init(&s->psy, avctx, 2, sizes, lengths); s->psypp = ff_psy_preprocess_init(avctx); - s->coder = &ff_aac_coders[0]; + s->coder = &ff_aac_coders[2]; s->lambda = avctx->global_quality ? avctx->global_quality : 120; #if !CONFIG_HARDCODED_TABLES -- cgit v1.2.3