aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r--OpenAL32/Include/alu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index 642aeddc..327adfc0 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -263,7 +263,7 @@ struct ALvoice {
int FilterType;
DirectParams Params[MAX_INPUT_CHANNELS];
- ALfloat (*Buffer)[BUFFERSIZE];
+ FloatBufferLine *Buffer;
ALsizei Channels;
ALsizei ChannelsPerOrder[MAX_AMBI_ORDER+1];
} mDirect;
@@ -272,7 +272,7 @@ struct ALvoice {
int FilterType;
SendParams Params[MAX_INPUT_CHANNELS];
- ALfloat (*Buffer)[BUFFERSIZE];
+ FloatBufferLine *Buffer;
ALsizei Channels;
};
al::FlexArray<SendData> mSend;