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 /silk/define.h
parent9ba205d790cff621d565e554093233b263f7ed0b (diff)
Renamed MAX_PULSES to SILK_MAX_PULSES and CELT_MAX_PULSES
Avoids accidental name collisions
Diffstat (limited to 'silk/define.h')
-rw-r--r--silk/define.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/define.h b/silk/define.h
index c47aca9f..19c9b00e 100644
--- a/silk/define.h
+++ b/silk/define.h
@@ -169,7 +169,7 @@ extern "C"
#define N_RATE_LEVELS 10
/* Maximum sum of pulses per shell coding frame */
-#define MAX_PULSES 16
+#define SILK_MAX_PULSES 16
#define MAX_MATRIX_SIZE MAX_LPC_ORDER /* Max of LPC Order and LTP order */