diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-03-08 00:11:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | 90c782a16c26fa8bfded51cad2bc7bbc14d8f986 (patch) | |
| tree | b5057fffa855312fa6c82f8c27a077c021d9afaf /src/lib/video_ring_buffers.h | |
| parent | 4f9cb03792e85cbb5b4d554ab8ec0a3275fa7524 (diff) | |
Seemingly basically working butler for video.
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; |
