# HG changeset patch # User alexc # Date 1248234968 0 # Node ID dea232ef42876cb679b4650d0186dbe789015ede # Parent 4b6f16da665263b1be4e571d5ae07161ca8446d5 Revert unintended portion of last commit. (Setting the default coder to twoloop.) diff -r 4b6f16da6652 -r dea232ef4287 aacenc.c --- a/aacenc.c Wed Jul 22 03:53:30 2009 +0000 +++ b/aacenc.c Wed Jul 22 03:56:08 2009 +0000 @@ -193,7 +193,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[2]; + s->coder = &ff_aac_coders[0]; s->lambda = avctx->global_quality ? avctx->global_quality : 120; #if !CONFIG_HARDCODED_TABLES