From d19bce3e6ce29658ae7dd859aca8f0fe71cf0f56 Mon Sep 17 00:00:00 2001 From: Erik Norvell Date: Fri, 13 Jan 2023 11:46:00 +0100 Subject: [PATCH] Temporarily disable ENV_STAB_FIX to resolve unexpected diff in be-2-evs-linux --- lib_com/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_com/options.h b/lib_com/options.h index af92ab2516..62646f81d1 100644 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -155,7 +155,7 @@ #define FIX_245_RANGE_CODER_VOIP_MSAN /* Issue 245: fix use-of-uninitialized-value in range coder in VoIP mode */ #define FIX_272_COV /* Issue 272: Cleanup for code coverage related to calls to ivas_binaural_cldfb() */ #define FIX_235 /* Issue 235: Deallocation of HR filter memory separately for lib_rend (ROM) and lib_util (from file) */ -#define ENV_STAB_FIX /* Contribution 23: HQ envelope stability memory fix */ +/*#define ENV_STAB_FIX*/ /* Contribution 23: HQ envelope stability memory fix */ /* ################## End DEVELOPMENT switches ######################### */ /* clang-format on */ -- GitLab