Commit b98b20b2 authored by multrus's avatar multrus
Browse files

Merge branch '20260218_cleanup' into 'main'

Cleanup 2026-02-18

See merge request !2528
parents 14d2c1c7 7badfdaf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */

+0 −2
Original line number Diff line number Diff line
@@ -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++ )
    {