| Index: silk/float/encode_frame_FLP.c
|
| diff --git a/silk/float/encode_frame_FLP.c b/silk/float/encode_frame_FLP.c
|
| index d54e2686e553010a5aeeddb381b81cdac789faf3..2092a4d9e24829963e479bc03ecf7afa8fd13ad9 100644
|
| --- a/silk/float/encode_frame_FLP.c
|
| +++ b/silk/float/encode_frame_FLP.c
|
| @@ -47,7 +47,7 @@ void silk_encode_do_VAD_FLP(
|
| /****************************/
|
| /* Voice Activity Detection */
|
| /****************************/
|
| - silk_VAD_GetSA_Q8( &psEnc->sCmn, psEnc->sCmn.inputBuf + 1 );
|
| + silk_VAD_GetSA_Q8( &psEnc->sCmn, psEnc->sCmn.inputBuf + 1, psEnc->sCmn.arch );
|
|
|
| /**************************************************/
|
| /* Convert speech activity into VAD and DTX flags */
|
|
|