aboutsummaryrefslogtreecommitdiffstats
path: root/core/voice.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-06-21 07:36:47 -0700
committerChris Robinson <[email protected]>2021-06-21 07:36:47 -0700
commit7584458ecdea684c309007412a547777349b9f6c (patch)
treebfc757aa6b567f8f9552600db4e75afb63da36ef /core/voice.h
parent1c5a6ad92bf0c6d94bf2251000bc73f040841c26 (diff)
Avoid mixing extraneous channels
Diffstat (limited to 'core/voice.h')
-rw-r--r--core/voice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/voice.h b/core/voice.h
index c3347cda..3b19abbb 100644
--- a/core/voice.h
+++ b/core/voice.h
@@ -207,6 +207,7 @@ struct Voice {
FmtChannels mFmtChannels;
FmtType mFmtType;
uint mFrequency;
+ uint mNumChannels;
uint mFrameSize;
AmbiLayout mAmbiLayout;
AmbiScaling mAmbiScaling;