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 3cf10d22..25560cb4 100644 --- a/core/voice.h +++ b/core/voice.h @@ -220,6 +220,7 @@ struct Voice { uint mAmbiOrder; std::unique_ptr<DecoderBase> mDecoder; + uint mDecoderPadding{}; /** Current target parameters used for mixing. */ uint mStep{0}; |