New method.
authorCarl Hetherington <cth@carlh.net>
Tue, 18 Apr 2017 09:56:59 +0000 (10:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 19 Apr 2017 22:04:32 +0000 (23:04 +0100)
src/lib/butler.h

index 101677558ab8128360d053548648a048e7b997b4..943aa9e0fa7dadeefe3cf9b33d45e9d2e2313b76 100644 (file)
@@ -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;