Commit 089c9b7e authored by Laszlo Ashin's avatar Laszlo Ashin Committed by Max Kellermann

wavpack: enable seeking

Somehow seeking is disabled on all kinds of wavpack playbacks now in the git version. This patch corrects that.
parent dcfb205c
......@@ -164,7 +164,7 @@ static void wavpack_decode(struct decoder * decoder,
samplesreq = sizeof(chunk) / (4 * audio_format.channels);
decoder_initialized(decoder, &audio_format, false,
decoder_initialized(decoder, &audio_format, canseek,
(float)allsamples / audio_format.sample_rate);
position = 0;
......
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