Commit 2f83c802 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2480 adding assert to verify psychParamsCurrent is NULL when EVS_MONO

parent 93c3e3a7
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -458,6 +458,7 @@ Word16 GetPLCModeDecision_fx(
#ifndef FIX_2480_HARM_TONALMDCT
                        TonalMDCTConceal_Detect_fx(st->hTonalMDCTConc, pitch, &numIndices, st->element_mode);
#else
                        assert(st->hTcxCfg->psychParamsCurrent == NULL);
                        TonalMDCTConceal_Detect_ivas_fx( st->hTonalMDCTConc, pitch, &numIndices, NULL, st->element_mode );
#endif // !FIX_2480_HARM_TONALMDCT
                    }