aboutsummaryrefslogtreecommitdiffstats
path: root/src/outputBuffer.h
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-08-19 04:19:49 -0700
committerEric Wong <normalperson@yhbt.net>2008-08-19 04:19:49 -0700
commit508ae1c18d3bdc99a1bb06181762e5ec859cf072 (patch)
tree2ca07424977fcdd72bda53eae0266d6b1bddc337 /src/outputBuffer.h
parent548385ac6cc0bc344762e19117f94258e7ea2251 (diff)
downloadmpd-508ae1c18d3bdc99a1bb06181762e5ec859cf072.tar.gz
mpd-508ae1c18d3bdc99a1bb06181762e5ec859cf072.tar.xz
mpd-508ae1c18d3bdc99a1bb06181762e5ec859cf072.zip
Remove ob_wait_sync and cleanup triggering in playlist
ob_wait_sync was a gross hack anyways. We are one step closer to being able to trigger actions in our worker threads asynchronously. Just need to make input (file opening) in decoder happen _after_ our decoder returns an ACK.
Diffstat (limited to '')
-rw-r--r--src/outputBuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/outputBuffer.h b/src/outputBuffer.h
index 187846ef3..15e46da60 100644
--- a/src/outputBuffer.h
+++ b/src/outputBuffer.h
@@ -40,6 +40,7 @@ enum ob_action {
OB_ACTION_PAUSE_SET,
OB_ACTION_PAUSE_UNSET,
OB_ACTION_PAUSE_FLIP,
+ OB_ACTION_RESET,
OB_ACTION_STOP,
OB_ACTION_QUIT
};