diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/player.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index c94e0b549..7ec8acffa 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -561,7 +561,7 @@ Player::pass () content (but the decoder does not know it yet); check for that and fake it here if necessary. */ - DCPTime const t = content_time_to_dcp (i, min(i->decoder->position(), i->content->trim_start())); + DCPTime const t = content_time_to_dcp (i, max(i->decoder->position(), i->content->trim_start())); if (t > i->content->end()) { i->done = true; } else { |
