diff options
author | Chris Robinson <[email protected]> | 2022-10-28 20:07:45 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-10-28 20:07:45 -0700 |
commit | bb88035a96e6794e4dd1085c2c11b046b7f5c8c7 (patch) | |
tree | 487716d54051d88b1bc85b648efa51b7a0308a9f /core/voice.h | |
parent | f1f3672f0b8c45b87fcf3b3b99868c274569eaf4 (diff) |
Rename some variables to more clearly indicate their meaning
Diffstat (limited to 'core/voice.h')
-rw-r--r-- | core/voice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/voice.h b/core/voice.h index 9dd642b4..fab551da 100644 --- a/core/voice.h +++ b/core/voice.h @@ -51,7 +51,7 @@ enum class DirectMode : unsigned char { /* Maximum number of extra source samples that may need to be loaded, for * resampling or conversion purposes. */ -constexpr uint MaxPostVoiceLoad{MaxResamplerEdge + DecoderBase::sMaxDelay}; +constexpr uint MaxPostVoiceLoad{MaxResamplerEdge + DecoderBase::sMaxPadding}; enum { |