Index: silk/PLC.h |
diff --git a/silk/PLC.h b/silk/PLC.h |
index f1e2eccc69a3145eb06ee6ce5030e77be4c11661..6438f516330e6e9fbc3eef2fb19ba2399bd88232 100644 |
--- a/silk/PLC.h |
+++ b/silk/PLC.h |
@@ -48,7 +48,8 @@ void silk_PLC( |
silk_decoder_state *psDec, /* I/O Decoder state */ |
silk_decoder_control *psDecCtrl, /* I/O Decoder control */ |
opus_int16 frame[], /* I/O signal */ |
- opus_int lost /* I Loss flag */ |
+ opus_int lost, /* I Loss flag */ |
+ int arch /* I Run-time architecture */ |
); |
void silk_PLC_glue_frames( |