From 508ae1c18d3bdc99a1bb06181762e5ec859cf072 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 19 Aug 2008 04:19:49 -0700 Subject: 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. --- src/outputBuffer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/outputBuffer.h') 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 }; -- cgit v1.2.3