From d372bfd51f00616c34f07b64f116bcfa9451a2d6 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 6 Aug 2025 14:05:48 +0200 Subject: [PATCH] disable NONBE_FIX_MC_LFE_LPF --- 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 ffdebc813..a8301f74b 100755 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -115,7 +115,7 @@ #define CONF_DISTATT /* Eri: Make distance attenuation configurable */ #define FIX_1068_ASAN_IN_MC_2_BINAURAL_ROOM_IR /* issue 1068 : Memory leak in MC to BINAURAL_ROOM decoding with bitrate switching*/ -#define NONBE_FIX_MC_LFE_LPF /* Dlb: Adding the LFE LPF filter back for MC content. */ +/*#define NONBE_FIX_MC_LFE_LPF */ /* Dlb: Adding the LFE LPF filter back for MC content. */ /* #################### End BASOP porting switches ############################ */ -- GitLab