summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-06-18 01:54:19 +0100
committerCarl Hetherington <cth@carlh.net>2017-06-18 01:54:19 +0100
commit3da6aa049b1506a36377978b43735f18d9adac7b (patch)
treee9a4c21a3aa489651fb1a216eded7194d54256b1
parentceeabf70e74523becf91d66a4635272c7fa694a9 (diff)
Add a note to be fixed in #1073.
-rw-r--r--src/lib/player.cc2
1 files changed, 2 insertions, 0 deletions
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());