From 3da6aa049b1506a36377978b43735f18d9adac7b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 18 Jun 2017 01:54:19 +0100 Subject: [PATCH] Add a note to be fixed in #1073. --- src/lib/player.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/player.cc b/src/lib/player.cc index 25e55e610..d344aab0a 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -528,6 +528,8 @@ Player::pass () /* Fill towards the next thing that might happen (or the end of the playlist). This is to fill gaps between content, NOT to fill gaps within content (the latter is done in ::video()) + + XXX: can't we just look at content position/end and fill based on that? */ DCPTime fill_towards = earliest ? earliest_content : _playlist->length().ceil(_film->video_frame_rate()); -- 2.30.2