diff options
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; |