non-blocking seeking, needs some testing! (this is not just for streams
but new code for files seeking as well) git-svn-id: https://svn.musicpd.org/mpd/trunk@1099 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -46,12 +46,12 @@
|
||||
#define DECODE_SUFFIX_WAVE 6
|
||||
|
||||
typedef struct _DecoderControl {
|
||||
volatile mpd_sint8 seekable;
|
||||
volatile mpd_sint8 state;
|
||||
volatile mpd_sint8 stop;
|
||||
volatile mpd_sint8 start;
|
||||
volatile mpd_uint16 error;
|
||||
volatile mpd_sint8 seek;
|
||||
volatile mpd_sint16 seekChunk;
|
||||
volatile mpd_sint8 seekError;
|
||||
volatile mpd_sint8 cycleLogFiles;
|
||||
volatile double seekWhere;
|
||||
|
||||
Reference in New Issue
Block a user