From: Carl Hetherington Date: Wed, 17 May 2017 22:33:57 +0000 (+0100) Subject: Speculative corresponding audio fix to 732c9008999e4eeff01a72b84d2bc99dc77bd602. X-Git-Tag: v2.11.6~25 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=f33ce8ef9af44e6fbef9cb89f11970d5ec2a1ff5;hp=ba150e9d1e5a195b25976ac2eba254e9ba43da9b;p=dcpomatic.git Speculative corresponding audio fix to 732c9008999e4eeff01a72b84d2bc99dc77bd602. --- diff --git a/src/lib/player.cc b/src/lib/player.cc index ddf585ef1..6b428bbac 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -564,7 +564,7 @@ Player::pass () } optional 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; }