Commit 2142d6b8 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_902_HACK_IN_CORECODER

parent 5014b37a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -151,7 +151,6 @@
/*#define FIX_I4_OL_PITCH*/                             /* fix open-loop pitch used for EVS core switching */
/*#define SPLIT_REND_WITH_HEAD_ROT  */                  /* Dlb,FhG: Split Rendering contributions 21 and 35 */

#define FIX_902_HACK_IN_CORECODER                       /* VA: issue 902: remove a hack in ivas_core_dec() */
#define FIX_881_REMOVE_LFE_ADDITION_IN_ISM              /* VA: issue 881: remove LFE addition in ISM format */
#define FIX_887_ARRAY_SIZE_DFT_MDCT_STEREO              /* VA: Fix the definition of buffers/arrays in DFT and MDCT stereo to satisfy gcc v 11.4.0 */
#define FIX_891_PARAMUPMIX_CLEANUP                      /* Dlb: issue 891: remove unneeded code from ParamUpmix */
+0 −4
Original line number Diff line number Diff line
@@ -112,11 +112,7 @@ ivas_error ivas_core_dec(
        sts = hSCE->hCoreCoder;
        hStereoICBWE = NULL;
        element_brate = hSCE->element_brate;
#ifdef FIX_902_HACK_IN_CORECODER
        last_element_brate = hSCE->last_element_brate; /* note: this parameter is unused */
#else
        last_element_brate = hSCE->element_brate; /*  hack - the past parameter is not really needed */
#endif
        last_element_mode = IVAS_SCE;
        hStereoTD = NULL;
        p_output_mem = NULL;