aboutsummaryrefslogtreecommitdiffstats
path: root/core/voice.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-05-17 02:28:57 -0700
committerChris Robinson <[email protected]>2022-05-17 02:28:57 -0700
commit64cb0dc2649df03393fdbba186c11bb2567f9e0c (patch)
tree732f8766c03d4017836bdaa3dc5c43e79c57cb26 /core/voice.h
parenta5729d1ff6cc5e04d3ee108e553b45eeaa0fec9e (diff)
Use a member variable to specify the decoder padding
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 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};