diff options
Diffstat (limited to 'Alc/mastering.h')
-rw-r--r-- | Alc/mastering.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Alc/mastering.h b/Alc/mastering.h index a9411bd0..6cc40ba3 100644 --- a/Alc/mastering.h +++ b/Alc/mastering.h @@ -6,7 +6,7 @@ #include "AL/al.h" #include "almalloc.h" -/* For BUFFERSIZE. */ +/* For FloatBufferLine/BUFFERSIZE. */ #include "alMain.h" @@ -65,7 +65,7 @@ struct Compressor { ~Compressor(); - void process(const ALsizei SamplesToDo, ALfloat (*OutBuffer)[BUFFERSIZE]); + void process(const ALsizei SamplesToDo, FloatBufferLine *OutBuffer); ALsizei getLookAhead() const noexcept { return mLookAhead; } DEF_PLACE_NEWDEL() |