diff options
Diffstat (limited to 'src/lib/video_ring_buffers.h')
| -rw-r--r-- | src/lib/video_ring_buffers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/video_ring_buffers.h b/src/lib/video_ring_buffers.h index f728247fe..cf61b90cc 100644 --- a/src/lib/video_ring_buffers.h +++ b/src/lib/video_ring_buffers.h @@ -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; |
