aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-05-26 00:26:11 -0700
committerChris Robinson <[email protected]>2018-05-26 00:26:11 -0700
commitec84a107a4e0d26fa6a528940a40405d1fd1ce65 (patch)
tree3b4ed90c6b05d95c6cbb61e9c1f939f81e0dd80f /Alc/hrtf.h
parent803d331711cf5c0ecd0796bf28e9c95cf3724198 (diff)
Don't hardcode the max channels for HRTF B-Format decoding
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r--Alc/hrtf.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Alc/hrtf.h b/Alc/hrtf.h
index aaffa904..ab68929b 100644
--- a/Alc/hrtf.h
+++ b/Alc/hrtf.h
@@ -9,12 +9,6 @@
#include "atomic.h"
-/* The maximum number of virtual speakers used to generate HRTF coefficients
- * for decoding B-Format.
- */
-#define HRTF_AMBI_MAX_CHANNELS 18
-
-
#define HRTF_HISTORY_BITS (6)
#define HRTF_HISTORY_LENGTH (1<<HRTF_HISTORY_BITS)
#define HRTF_HISTORY_MASK (HRTF_HISTORY_LENGTH-1)