summaryrefslogtreecommitdiff
path: root/drivers/opus/celt/rate.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/opus/celt/rate.h')
-rw-r--r--drivers/opus/celt/rate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/opus/celt/rate.h b/drivers/opus/celt/rate.h
index e12dd29db8..cf8085fccf 100644
--- a/drivers/opus/celt/rate.h
+++ b/drivers/opus/celt/rate.h
@@ -32,7 +32,7 @@
#define MAX_PSEUDO 40
#define LOG_MAX_PSEUDO 6
-#define MAX_PULSES 128
+#define CELT_MAX_PULSES 128
#define MAX_FINE_BITS 8
@@ -41,7 +41,7 @@
#define QTHETA_OFFSET_TWOPHASE 16
#include "opus/celt/cwrs.h"
-#include "opus/celt/opus_modes.h"
+#include "opus/celt/modes.h"
void compute_pulse_cache(CELTMode *m, int LM);