From 22aa4d3505037694779f76bba44d39b86866a67a Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 6 Aug 2025 15:57:36 +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 755de734f..7122ed7fc 100644 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -170,7 +170,7 @@ #define NONBE_1319_M2R_PRECISION_ALIGN /* Nokia: bring updates from PC code related to OMASA masa2total ratios */ #define NONBE_FIX_864_JBM_RENDER_FRAMESIZE /* FhG: issue #864: fix different behaviour of JBM TSM with different render frame sizes */ #define NONBE_FIX_TCX5_INTERLEAVING_FOR_FS_IN_UNEQUAL_FS_OUT /* FhG: apply correct TCX5 grouping/interleaving when input_fs != output_fs */ -#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 FIXES switches ############################ */ -- GitLab