Re-work idle handling from previous commit.
[dcpomatic.git] / src / lib / butler.h
index 09c182f9cf717fb3c53d6371c7dd949add01fe41..e5581ccb42169e6f07e555d174c348d1b49517ec 100644 (file)
@@ -54,7 +54,7 @@ public:
                AGAIN
        };
 
-       std::pair<boost::shared_ptr<PlayerVideo>, dcpomatic::DCPTime> get_video (Error* e = 0);
+       std::pair<boost::shared_ptr<PlayerVideo>, dcpomatic::DCPTime> get_video (bool blocking, Error* e = 0);
        boost::optional<dcpomatic::DCPTime> get_audio (float* out, Frame frames);
        boost::optional<TextRingBuffers::Data> get_closed_caption ();