Commit 119f457c authored by Max Kellermann's avatar Max Kellermann Committed by Eric Wong

const pointers in decode.c

git-svn-id: https://svn.musicpd.org/mpd/trunk@7362 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent d548deb4
...@@ -368,7 +368,7 @@ static void crossFade(ob_chunk * a, ob_chunk * b, ...@@ -368,7 +368,7 @@ static void crossFade(ob_chunk * a, ob_chunk * b,
} }
static int playChunk(ob_chunk * chunk, static int playChunk(ob_chunk * chunk,
AudioFormat * format, double sizeToTime) const AudioFormat * format, double sizeToTime)
{ {
pc.elapsedTime = chunk->times; pc.elapsedTime = chunk->times;
pc.bitRate = chunk->bitRate; pc.bitRate = chunk->bitRate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment