diff --git a/Audio/ThirdParty/fsurround/freesurround_decoder.cpp b/Audio/ThirdParty/fsurround/freesurround_decoder.cpp index 361dfb59b..c13608f4f 100755 --- a/Audio/ThirdParty/fsurround/freesurround_decoder.cpp +++ b/Audio/ThirdParty/fsurround/freesurround_decoder.cpp @@ -201,7 +201,7 @@ class decoder_impl { } // decode a block of data and overlap-add it into outbuf - void buffered_decode(float *input) { + void buffered_decode(const float *input) { // demultiplex and apply window function vDSP_vspdp(input, 2, <[0], 1, N); vDSP_vspdp(input + 1, 2, &rt[0], 1, N);