aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-05-19 03:23:31 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-05-19 03:23:31 +0000
commitc1cd2668b24aba8bb3d83554b800a0b16f57002b (patch)
tree5ab81918572102150e194b7352450576d75efd14 /src/decode.h
parentec3a9b66fe42d0bf029cd1e6073a6d9e94f5e397 (diff)
downloadmpd-c1cd2668b24aba8bb3d83554b800a0b16f57002b.tar.gz
mpd-c1cd2668b24aba8bb3d83554b800a0b16f57002b.tar.xz
mpd-c1cd2668b24aba8bb3d83554b800a0b16f57002b.zip
bug fixy poo s/1/0/
and mark in decoderControl if we are seekable git-svn-id: https://svn.musicpd.org/mpd/trunk@1078 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/decode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decode.h b/src/decode.h
index 8b36fe7ca..d73cb587c 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -46,6 +46,7 @@
#define DECODE_SUFFIX_WAVE 6
typedef struct _DecoderControl {
+ volatile mpd_sint8 seekable;
volatile mpd_sint8 state;
volatile mpd_sint8 stop;
volatile mpd_sint8 start;