dc->seekable is already set by decodeStart().
---

 src/inputPlugins/wavpack_plugin.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/inputPlugins/wavpack_plugin.c 
b/src/inputPlugins/wavpack_plugin.c
index 59a4820..6816da8 100644
--- a/src/inputPlugins/wavpack_plugin.c
+++ b/src/inputPlugins/wavpack_plugin.c
@@ -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);
 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to