Commit 0672c967 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2480 removing assert in commit 2f83c802

parent 649be615
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -458,7 +458,6 @@ 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
                    }