|
@@ -766,6 +766,9 @@ static av_cold int aac_encode_init(AVCodecContext *avctx) |
|
|
s->psypp = ff_psy_preprocess_init(avctx); |
|
|
s->psypp = ff_psy_preprocess_init(avctx); |
|
|
s->coder = &ff_aac_coders[s->options.aac_coder]; |
|
|
s->coder = &ff_aac_coders[s->options.aac_coder]; |
|
|
|
|
|
|
|
|
|
|
|
if (HAVE_MIPSDSPR1) |
|
|
|
|
|
ff_aac_coder_init_mips(s); |
|
|
|
|
|
|
|
|
s->lambda = avctx->global_quality ? avctx->global_quality : 120; |
|
|
s->lambda = avctx->global_quality ? avctx->global_quality : 120; |
|
|
|
|
|
|
|
|
ff_aac_tableinit(); |
|
|
ff_aac_tableinit(); |
|
|