Seemingly basically working butler for video.
[dcpomatic.git] / src / lib / video_ring_buffers.h
index f728247fe8aa5213ec4fd72a1b2729922cbff0ce..cf61b90cc905c405d1a9c11b0dcac26f020479f9 100644 (file)
@@ -36,8 +36,8 @@ public:
 
        void clear ();
        Frame size () const;
-
-       boost::optional<DCPTime> latest () const;
+       bool empty () const;
+       boost::optional<DCPTime> earliest () const;
 
 private:
        mutable boost::mutex _mutex;