Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2015-12-31 22:43:49 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2015-12-31 22:46:14 +0300
commit68a0e046a2711e8105a52a43629796f4ef4babd8 (patch)
tree6a9814c0fa34007010c52b7eaace04b776818c94 /celt/rate.h
parent9ba205d790cff621d565e554093233b263f7ed0b (diff)
Renamed MAX_PULSES to SILK_MAX_PULSES and CELT_MAX_PULSES
Avoids accidental name collisions
Diffstat (limited to 'celt/rate.h')
-rw-r--r--celt/rate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/celt/rate.h b/celt/rate.h
index f1e06611..515f7687 100644
--- a/celt/rate.h
+++ b/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