aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-05-19 17:09:23 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-05-19 17:09:23 +0000
commitb7bca89110d7d09009eaeb9d0a4bf2df9ebc4165 (patch)
treea21ca796ab8025878dd4132ab188eff24bfa4539
parent33faf9812ccea04e7787d04eadf503ce1febc6b7 (diff)
downloadmpd-b7bca89110d7d09009eaeb9d0a4bf2df9ebc4165.tar.gz
mpd-b7bca89110d7d09009eaeb9d0a4bf2df9ebc4165.tar.xz
mpd-b7bca89110d7d09009eaeb9d0a4bf2df9ebc4165.zip
forgot to mark in decoderControl when we are seekable!
git-svn-id: https://svn.musicpd.org/mpd/trunk@1093 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r--src/decode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decode.c b/src/decode.c
index 69037d007..45ffd8d97 100644
--- a/src/decode.c
+++ b/src/decode.c
@@ -254,6 +254,7 @@ void decodeStart(PlayerControl * pc, OutputBuffer * cb, DecoderControl * dc) {
return;
}
+ dc->seekable = inStream.seekable;
dc->state = DECODE_STATE_START;
dc->start = 0;