Index: celt/celt_lpc.h |
diff --git a/celt/celt_lpc.h b/celt/celt_lpc.h |
index 19279a0ed66f2787b5968ef96373636b5e8f3120..dc2a0a3d26ca8357e4c9892a930b861416785b38 100644 |
--- a/celt/celt_lpc.h |
+++ b/celt/celt_lpc.h |
@@ -48,6 +48,7 @@ void celt_iir(const opus_val32 *x, |
int ord, |
opus_val16 *mem); |
-int _celt_autocorr(const opus_val16 *x, opus_val32 *ac, const opus_val16 *window, int overlap, int lag, int n); |
+int _celt_autocorr(const opus_val16 *x, opus_val32 *ac, |
+ const opus_val16 *window, int overlap, int lag, int n, int arch); |
#endif /* PLC_H */ |