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>2018-07-26 19:06:35 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2018-07-27 02:49:35 +0300
commit722a66b84becd0907f0bb4f6f80d17dbc04eb5e6 (patch)
tree69bb2a713f5f823204f5a144df56c5a3d1810f69 /src/mapping_matrix.h
parentac044500cc3ad39f9b0795cec08106124d705564 (diff)
Remove ambisonics experimental flag
Diffstat (limited to 'src/mapping_matrix.h')
-rw-r--r--src/mapping_matrix.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mapping_matrix.h b/src/mapping_matrix.h
index 86451688..9c20483e 100644
--- a/src/mapping_matrix.h
+++ b/src/mapping_matrix.h
@@ -33,8 +33,6 @@
#ifndef MAPPING_MATRIX_H
#define MAPPING_MATRIX_H
-#ifdef ENABLE_EXPERIMENTAL_AMBISONICS
-
#include "opus_types.h"
#include "opus_projection.h"
@@ -132,6 +130,4 @@ extern const opus_int16 mapping_matrix_toa_demixing_data[324];
}
#endif
-#endif /* ENABLE_EXPERIMENTAL_AMBISONICS */
-
#endif /* MAPPING_MATRIX_H */