Add some player tests. Fix seek with content at non-DCP frame rate. A few other...
[dcpomatic.git] / src / lib / playlist.h
index cf0f09b31bc0d2d88da6776149941759fcdb49be..805df4d70b3f30eddbc7cb21f1cd34ae50dc3a67 100644 (file)
@@ -86,6 +86,7 @@ public:
        Time video_end () const;
 
        void set_sequence_video (bool);
+       void maybe_sequence_video ();
 
        mutable boost::signals2::signal<void ()> Changed;
        mutable boost::signals2::signal<void (boost::weak_ptr<Content>, int)> ContentChanged;