[FFmpeg-cvslog] r19481 - trunk/libavcodec/aacenc.c

alexc subversion
Wed Jul 22 05:56:08 CEST 2009


Author: alexc
Date: Wed Jul 22 05:56:08 2009
New Revision: 19481

Log:
Revert unintended portion of last commit. (Setting the default coder to
twoloop.)

Modified:
   trunk/libavcodec/aacenc.c

Modified: trunk/libavcodec/aacenc.c
==============================================================================
--- trunk/libavcodec/aacenc.c	Wed Jul 22 05:53:30 2009	(r19480)
+++ trunk/libavcodec/aacenc.c	Wed Jul 22 05:56:08 2009	(r19481)
@@ -193,7 +193,7 @@ static av_cold int aac_encode_init(AVCod
     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



More information about the ffmpeg-cvslog mailing list