From a2f5a9d5438383b572902981049b40ac9d936242 Mon Sep 17 00:00:00 2001 From: Markus Multrus Date: Tue, 19 Aug 2025 09:55:58 +0200 Subject: [PATCH] remove superfluous initialization (was already done above) --- lib_enc/ivas_mct_core_enc_fx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib_enc/ivas_mct_core_enc_fx.c b/lib_enc/ivas_mct_core_enc_fx.c index b785eb4bf..12edd647a 100644 --- a/lib_enc/ivas_mct_core_enc_fx.c +++ b/lib_enc/ivas_mct_core_enc_fx.c @@ -338,7 +338,6 @@ void ivas_mct_core_enc_fx( FOR( ch = CPE_CHANNELS; ch < MCT_MAX_CHANNELS; ch++ ) { - set32_fx( powerSpecMsInv_long_fx[ch], 0, L_FRAME48k ); q_powSpec[ch] = 0; move16(); set16_fx( exp_powerSpec[ch], 0, N_MAX + L_MDCT_OVLP_MAX ); -- GitLab