aboutsummaryrefslogtreecommitdiffstats
path: root/core/ambdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/ambdec.h')
-rw-r--r--core/ambdec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/ambdec.h b/core/ambdec.h
index e1bcde26..7f739781 100644
--- a/core/ambdec.h
+++ b/core/ambdec.h
@@ -11,6 +11,7 @@
/* Helpers to read .ambdec configuration files. */
enum class AmbDecScale {
+ Unset,
N3D,
SN3D,
FuMa,
@@ -21,7 +22,7 @@ struct AmbDecConf {
unsigned int ChanMask{0u};
unsigned int FreqBands{0u}; /* Must be 1 or 2 */
- AmbDecScale CoeffScale{};
+ AmbDecScale CoeffScale{AmbDecScale::Unset};
float XOverFreq{0.0f};
float XOverRatio{0.0f};