diff options
Diffstat (limited to 'alc/effects/fshifter.cpp')
-rw-r--r-- | alc/effects/fshifter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/effects/fshifter.cpp b/alc/effects/fshifter.cpp index da9b0ce2..c1acf08c 100644 --- a/alc/effects/fshifter.cpp +++ b/alc/effects/fshifter.cpp @@ -71,9 +71,9 @@ struct FshifterState final : public EffectState { complex_d mOutFIFO[HIL_STEP]{}; complex_d mOutputAccum[HIL_SIZE]{}; complex_d mAnalytic[HIL_SIZE]{}; - complex_d mOutdata[BUFFERSIZE]{}; + complex_d mOutdata[BufferLineSize]{}; - alignas(16) float mBufferOut[BUFFERSIZE]{}; + alignas(16) float mBufferOut[BufferLineSize]{}; /* Effect gains for each output channel */ struct { |