diff options
Diffstat (limited to 'src/replayGain.c')
-rw-r--r-- | src/replayGain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/replayGain.c b/src/replayGain.c index 49b98dc40..8926138bb 100644 --- a/src/replayGain.c +++ b/src/replayGain.c @@ -104,7 +104,7 @@ void freeReplayGainInfo(ReplayGainInfo * info) } void doReplayGain(ReplayGainInfo * info, char *buffer, int bufferSize, - AudioFormat * format) + const AudioFormat * format) { mpd_sint16 *buffer16; mpd_sint8 *buffer8; |