summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc.c
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2009-07-22 03:56:08 +0000
committerAlex Converse <alex.converse@gmail.com>2009-07-22 03:56:08 +0000
commit04e257fa845e9f1aeb7a2f0d8d70d2c7ec1f11bc (patch)
treee8aeab6964212dec1fbcaa42951ccbe2842970ea /libavcodec/aacenc.c
parenta62d6cfeff1b5f220ec6d0e545d039f9361674fb (diff)
Revert unintended portion of last commit. (Setting the default coder to
twoloop.) Originally committed as revision 19481 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aacenc.c')
-rw-r--r--libavcodec/aacenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c
index cc233dd24d..dfa519059c 100644
--- a/libavcodec/aacenc.c
+++ b/libavcodec/aacenc.c
@@ -193,7 +193,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[2];
+ s->coder = &ff_aac_coders[0];
s->lambda = avctx->global_quality ? avctx->global_quality : 120;
#if !CONFIG_HARDCODED_TABLES