summaryrefslogtreecommitdiff
path: root/src/lib/video_ring_buffers.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-03-08 00:11:50 +0000
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commit90c782a16c26fa8bfded51cad2bc7bbc14d8f986 (patch)
treeb5057fffa855312fa6c82f8c27a077c021d9afaf /src/lib/video_ring_buffers.h
parent4f9cb03792e85cbb5b4d554ab8ec0a3275fa7524 (diff)
Seemingly basically working butler for video.
Diffstat (limited to 'src/lib/video_ring_buffers.h')
-rw-r--r--src/lib/video_ring_buffers.h4
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;