mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-20 14:20:51 +00:00
Revert unintended portion of last commit. (Setting the default coder to
twoloop.) Originally committed as revision 19481 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a62d6cfeff
commit
04e257fa84
@ -193,7 +193,7 @@ static av_cold int aac_encode_init(AVCodecContext *avctx)
|
|||||||
lengths[1] = ff_aac_num_swb_128[i];
|
lengths[1] = ff_aac_num_swb_128[i];
|
||||||
ff_psy_init(&s->psy, avctx, 2, sizes, lengths);
|
ff_psy_init(&s->psy, avctx, 2, sizes, lengths);
|
||||||
s->psypp = ff_psy_preprocess_init(avctx);
|
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;
|
s->lambda = avctx->global_quality ? avctx->global_quality : 120;
|
||||||
#if !CONFIG_HARDCODED_TABLES
|
#if !CONFIG_HARDCODED_TABLES
|
||||||
|
Loading…
Reference in New Issue
Block a user