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.c
parentac044500cc3ad39f9b0795cec08106124d705564 (diff)
Remove ambisonics experimental flag
Diffstat (limited to 'src/mapping_matrix.c')
-rw-r--r--src/mapping_matrix.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mapping_matrix.c b/src/mapping_matrix.c
index f9821f7e..31298af0 100644
--- a/src/mapping_matrix.c
+++ b/src/mapping_matrix.c
@@ -35,8 +35,6 @@
#include "opus_defines.h"
#include "mapping_matrix.h"
-#ifdef ENABLE_EXPERIMENTAL_AMBISONICS
-
#define MATRIX_INDEX(nb_rows, row, col) (nb_rows * col + row)
opus_int32 mapping_matrix_get_size(int rows, int cols)
@@ -378,4 +376,3 @@ const opus_int16 mapping_matrix_toa_demixing_data[324] = {
0, 0, 0, 32767
};
-#endif /* ENABLE_EXPERIMENTAL_AMBISONICS */