diff --git a/lib_com/options.h b/lib_com/options.h index 124f75a425c55f7a272b211beabcf6663937f639..ed1b85752cd82cb6a6a29bed31cd67279749cd4e 100644 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -161,7 +161,6 @@ /*#define FIX_I4_OL_PITCH*/ /* fix open-loop pitch used for EVS core switching */ #define TMP_1342_WORKAROUND_DEC_FLUSH_BROKEN_IN_SR /* FhG: Temporary workaround for incorrect implementation of decoder flush with split rendering */ #define NONBE_1122_KEEP_EVS_MODE_UNCHANGED /* FhG: Disables fix for issue 1122 in EVS mode to keep BE tests green. This switch should be removed once the 1122 fix is added to EVS via a CR. */ -#define FIX_FLOAT_1522_LTV_MSAN_QMETADATA_ENC_EC3 /* Nokia: float issue 1522: fix uninit MSAN in EC3 of qmetadata encoding */ #define FIX_FLOAT_1526_DIRAC_MEM_LEAK /* FhG: potential memory leak in DirAC handles in case of format switching */ #define ALIGN_ACELP_CORE /* VA: align ACELP core functions with BASOP */ diff --git a/lib_enc/ivas_qmetadata_enc.c b/lib_enc/ivas_qmetadata_enc.c index 7cb3532a1b477d7e5e8d62b44e117ef3b45d3a99..3b7135c84ccab70eaf8a129744494ac1f712c978 100644 --- a/lib_enc/ivas_qmetadata_enc.c +++ b/lib_enc/ivas_qmetadata_enc.c @@ -2105,10 +2105,8 @@ static int16_t GR_bits_azimuth_context( int16_t real_GR_ord1; int16_t no_symb_local[MAX_PARAM_SPATIAL_SUBFRAMES]; int16_t no_data = 0; -#ifdef FIX_FLOAT_1522_LTV_MSAN_QMETADATA_ENC_EC3 *real_GR_ord = GR_order; /* Init to avoid sanitizer warnings */ -#endif for ( i = 0; i < no_data_in; i++ ) {