aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Alc/converter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/converter.h b/Alc/converter.h
index 76b2520f..51d579b5 100644
--- a/Alc/converter.h
+++ b/Alc/converter.h
@@ -21,7 +21,7 @@ typedef struct SampleConverter {
ALsizei mIncrement;
ResamplerFunc mResample;
- alignas(16) ALfloat mSrcSamples[BUFFERSIZE+MAX_PRE_SAMPLES+MAX_POST_SAMPLES];
+ alignas(16) ALfloat mSrcSamples[BUFFERSIZE];
alignas(16) ALfloat mDstSamples[BUFFERSIZE];
struct {