Commit 5fb9a724 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2446 Fixing build problem, missing argument

parent 5a1cf2fe
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -573,7 +573,7 @@ void decoder_LPD_fx(
#ifndef HARMONIZE_2446_CON_TCX_FX
            con_tcx_fx( st, &synthFB[0] );
#else
            con_tcx_ivas_fx( st, &synthFB[0], NULL, 0, NULL, (Word16) 1 );
            con_tcx_ivas_fx( st, &synthFB[0], -16384, NULL, 0, NULL, (Word16) 1 );
#endif
            lerp( synthFB, synth, st->L_frame, hTcxDec->L_frameTCX );
            st->con_tcx = 1;