From 645936f18657c8d5c275cbf3443974784304d672 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 21 Jan 2022 21:53:54 +0100 Subject: Rename _last_video* to _next_video* as it seems to make more sense that way. --- src/lib/player.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/lib/player.h') diff --git a/src/lib/player.h b/src/lib/player.h index b74aeeefd..bedf51d8e 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -196,11 +196,12 @@ private: /** true if we should `play' (i.e output) referenced DCP data (e.g. for preview) */ bool _play_referenced = false; - /** Time just after the last video frame we emitted, or the time of the last accurate seek */ - boost::optional _last_video_time; - boost::optional _last_video_eyes; - /** Time just after the last audio frame we emitted, or the time of the last accurate seek */ - boost::optional _last_audio_time; + /** Time of the next video that we will emit, or the time of the last accurate seek */ + boost::optional _next_video_time; + /** Eyes of the next video that we will emit */ + boost::optional _next_video_eyes; + /** Time of the next audio that we will emit, or the time of the last accurate seek */ + boost::optional _next_audio_time; boost::optional _dcp_decode_reduction; -- cgit v1.2.3