diff options
author | Chris Robinson <[email protected]> | 2021-06-21 07:36:47 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-06-21 07:36:47 -0700 |
commit | 7584458ecdea684c309007412a547777349b9f6c (patch) | |
tree | bfc757aa6b567f8f9552600db4e75afb63da36ef /core/voice.h | |
parent | 1c5a6ad92bf0c6d94bf2251000bc73f040841c26 (diff) |
Avoid mixing extraneous channels
Diffstat (limited to 'core/voice.h')
-rw-r--r-- | core/voice.h | 1 |
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; |