Add a note to be fixed in #1073.
authorCarl Hetherington <cth@carlh.net>
Sun, 18 Jun 2017 00:54:19 +0000 (01:54 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 18 Jun 2017 00:54:19 +0000 (01:54 +0100)
src/lib/player.cc

index 25e55e61084ce09a662b09098af5ef249428f997..d344aab0a13b8902dc80d93a549191740447a6fb 100644 (file)
@@ -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());