aboutsummaryrefslogtreecommitdiff
path: root/celt/celt_lpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'celt/celt_lpc.h')
-rw-r--r--celt/celt_lpc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/celt/celt_lpc.h b/celt/celt_lpc.h
index 323459eb..a4c5fd6e 100644
--- a/celt/celt_lpc.h
+++ b/celt/celt_lpc.h
@@ -45,12 +45,11 @@ void celt_fir_c(
opus_val16 *y,
int N,
int ord,
- opus_val16 *mem,
int arch);
#if !defined(OVERRIDE_CELT_FIR)
-#define celt_fir(x, num, y, N, ord, mem, arch) \
- (celt_fir_c(x, num, y, N, ord, mem, arch))
+#define celt_fir(x, num, y, N, ord, arch) \
+ (celt_fir_c(x, num, y, N, ord, arch))
#endif
void celt_iir(const opus_val32 *x,