Speculative corresponding audio fix to 732c9008999e4eeff01a72b84d2bc99dc77bd602.
authorCarl Hetherington <cth@carlh.net>
Wed, 17 May 2017 22:33:57 +0000 (23:33 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 17 May 2017 22:33:57 +0000 (23:33 +0100)
src/lib/player.cc

index ddf585ef11de79ef2f5914da3a57d919d7ac6d4a..6b428bbac24317ffca6613691b4c80faa2966b74 100644 (file)
@@ -564,7 +564,7 @@ Player::pass ()
        }
 
        optional<DCPTime> audio_fill_from;
-       if (_last_audio_time && !_playlist->audio_content_at(*_last_audio_time)) {
+       if (_last_audio_time) {
                /* Fill from the last audio or seek time */
                audio_fill_from = _last_audio_time;
        }