From c180d2f95ee8621b743664f0a3c8003682705801 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 19 May 2004 02:14:20 +0000 Subject: try to make seeking more non-blocking git-svn-id: https://svn.musicpd.org/mpd/trunk@1076 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/decode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/decode.h') diff --git a/src/decode.h b/src/decode.h index c21407b48..8b36fe7ca 100644 --- a/src/decode.h +++ b/src/decode.h @@ -31,7 +31,8 @@ #define DECODE_TYPE_URL 1 #define DECODE_STATE_STOP 0 -#define DECODE_STATE_DECODE 1 +#define DECODE_STATE_START 1 +#define DECODE_STATE_DECODE 2 #define DECODE_ERROR_NOERROR 0 #define DECODE_ERROR_UNKTYPE 10 -- cgit v1.2.3