aboutsummaryrefslogtreecommitdiff
path: root/src/opus_private.h
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2018-07-26 12:06:35 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2018-07-26 19:49:35 -0400
commit722a66b84becd0907f0bb4f6f80d17dbc04eb5e6 (patch)
tree69bb2a713f5f823204f5a144df56c5a3d1810f69 /src/opus_private.h
parentac044500cc3ad39f9b0795cec08106124d705564 (diff)
downloadlibopus-722a66b84becd0907f0bb4f6f80d17dbc04eb5e6.tar.gz
Remove ambisonics experimental flag
Diffstat (limited to 'src/opus_private.h')
-rw-r--r--src/opus_private.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/opus_private.h b/src/opus_private.h
index 193ff938..09783cee 100644
--- a/src/opus_private.h
+++ b/src/opus_private.h
@@ -53,11 +53,8 @@ typedef struct ChannelLayout {
typedef enum {
MAPPING_TYPE_NONE,
- MAPPING_TYPE_SURROUND
-#ifdef ENABLE_EXPERIMENTAL_AMBISONICS
- , /* Do not include comma at end of enumerator list */
+ MAPPING_TYPE_SURROUND,
MAPPING_TYPE_AMBISONICS
-#endif /* ENABLE_EXPERIMENTAL_AMBISONICS */
} MappingType;
struct OpusMSEncoder {