Commit 033cd674 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2446 one last remaining unnecessary explicit casting was removed

parent 67184afc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -575,7 +575,7 @@ void decoder_LPD_fx(
#else

#ifndef HARMONIZE_2446_CON_TCX_FX_NONBE
            con_tcx_ivas_fx(st, &synthFB[0], -16384, NULL, 0, NULL, (Word16)1);
            con_tcx_ivas_fx(st, &synthFB[0], -16384, NULL, 0, NULL, 1);
#else
            con_tcx_ivas_fx(st, &synthFB[0], -16384, NULL, 0, NULL, EQ_16(st->element_mode, EVS_MONO ) );
#endif // !HARMONIZE_2446_CON_TCX_FX_NONBE