aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mastering.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/mastering.h')
-rw-r--r--Alc/mastering.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Alc/mastering.h b/Alc/mastering.h
index 6cc40ba3..31d0ef97 100644
--- a/Alc/mastering.h
+++ b/Alc/mastering.h
@@ -50,8 +50,7 @@ struct Compressor {
alignas(16) ALfloat mCrestFactor[BUFFERSIZE]{};
SlidingHold *mHold{nullptr};
- ALfloat (*mDelay)[BUFFERSIZE]{nullptr};
- ALsizei mDelayIndex{0};
+ FloatBufferLine *mDelay{nullptr};
ALfloat mCrestCoeff{0.0f};
ALfloat mGainEstimate{0.0f};