| Index: silk/float/find_LPC_FLP.c
|
| diff --git a/silk/float/find_LPC_FLP.c b/silk/float/find_LPC_FLP.c
|
| index 61c1ad9554b48f163ee719c202d3f2aa18d9c1c6..fcfe1c3681eb61f4273638cc42e1e17000491ede 100644
|
| --- a/silk/float/find_LPC_FLP.c
|
| +++ b/silk/float/find_LPC_FLP.c
|
| @@ -99,6 +99,6 @@ void silk_find_LPC_FLP(
|
| silk_A2NLSF_FLP( NLSF_Q15, a, psEncC->predictLPCOrder );
|
| }
|
|
|
| - silk_assert( psEncC->indices.NLSFInterpCoef_Q2 == 4 ||
|
| + silk_assert( psEncC->indices.NLSFInterpCoef_Q2 == 4 ||
|
| ( psEncC->useInterpolatedNLSFs && !psEncC->first_frame_after_reset && psEncC->nb_subfr == MAX_NB_SUBFR ) );
|
| }
|
|
|