More comment updates.
authorCarl Hetherington <cth@carlh.net>
Sun, 7 May 2017 23:18:30 +0000 (00:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 7 May 2017 23:35:55 +0000 (00:35 +0100)
src/lib/player.cc

index 0d55dd207d5210843306ecfe4cea68de25fb6ae8..1f5639f68bc5d1be00767faf805d8c5bc5981e08 100644 (file)
@@ -543,8 +543,6 @@ Player::pass ()
                fill_video (DCPTimePeriod (_last_seek_time.get(), _last_seek_time.get() + one_video_frame ()));
        }
 
-       /* XXX: fill audio */
-
        if (!earliest) {
                return true;
        }
@@ -572,7 +570,6 @@ Player::pass ()
                }
 
                if (_last_audio_time) {
-                       /* XXX: does this remain necessary? */
                        fill_audio (DCPTimePeriod (_last_audio_time.get(), i->second));
                }