changeset 11729:6598cef880fc libavcodec

aacenc: Select the TLS (two-loop search) as the default scalefactor coder.
author alexc
date Fri, 14 May 2010 16:49:21 +0000
parents 907ac02ef561
children 5e8702ddbb93
files aacenc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/aacenc.c	Fri May 14 16:49:11 2010 +0000
+++ b/aacenc.c	Fri May 14 16:49:21 2010 +0000
@@ -201,7 +201,7 @@
     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