Clean up after previous commit.
[dcpomatic.git] / src / lib / video_ring_buffers.h
index f728247fe8aa5213ec4fd72a1b2729922cbff0ce..f3e521553168f938448b9a7436fad604b0d1ce59 100644 (file)
@@ -36,8 +36,9 @@ public:
 
        void clear ();
        Frame size () const;
+       bool empty () const;
 
-       boost::optional<DCPTime> latest () const;
+       std::pair<size_t, std::string> memory_used () const;
 
 private:
        mutable boost::mutex _mutex;