diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-18 10:56:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | 9e58ca88bdb5a108cb7b2adedb2aa54e620e7cd2 (patch) | |
| tree | 7acbd2c698fbefa71d3e4427d5a4e6c08cf0821a /src/lib | |
| parent | aae7e5eb06bf4016d95f3a193879c82f3c266de5 (diff) | |
New method.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/butler.h | 1 |
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; |
