From: Carl Hetherington Date: Sun, 7 May 2017 23:18:30 +0000 (+0100) Subject: More comment updates. X-Git-Tag: v2.11.4~54 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=0584dfe5b8e74406b59ae5d05b74ecbf3c87ad20 More comment updates. --- diff --git a/src/lib/player.cc b/src/lib/player.cc index 0d55dd207..1f5639f68 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -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)); }