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