Commit 45d24910 authored by alexc's avatar alexc

aacenc: Select the TLS (two-loop search) as the default scalefactor coder.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23133 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3917d108
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment