summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-04-18 10:56:59 +0100
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commit9e58ca88bdb5a108cb7b2adedb2aa54e620e7cd2 (patch)
tree7acbd2c698fbefa71d3e4427d5a4e6c08cf0821a /src/lib
parentaae7e5eb06bf4016d95f3a193879c82f3c266de5 (diff)
New method.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/butler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h
index 101677558..943aa9e0f 100644
--- a/src/lib/butler.h
+++ b/src/lib/butler.h
@@ -47,6 +47,7 @@ private:
void video (boost::shared_ptr<PlayerVideo> video, DCPTime time);
void audio (boost::shared_ptr<AudioBuffers> audio, DCPTime time);
void player_changed ();
+ bool should_run () const;
boost::weak_ptr<const Film> _film;
boost::shared_ptr<Player> _player;