Commit c60209ff authored by Max Kellermann's avatar Max Kellermann

don't set dc->seekable in wavpack plugin

dc->seekable is already set by decodeStart().
parent dc4d7744
......@@ -164,8 +164,6 @@ static void wavpack_decode(struct decoder * decoder,
samplesreq = sizeof(chunk) / (4 * audio_format.channels);
dc.seekable = canseek;
decoder_initialized(decoder, &audio_format,
(float)allsamples / audio_format.sampleRate);
......
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