From c88a8a6ec6b396dc90d40a4843160d616a45db76 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 2 Jul 2014 18:10:58 +0100 Subject: Hopefully improve subtitle decoder seeking etc. --- src/lib/dcpomatic_time.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/dcpomatic_time.cc') diff --git a/src/lib/dcpomatic_time.cc b/src/lib/dcpomatic_time.cc index ae4dea44f..dcdfd97da 100644 --- a/src/lib/dcpomatic_time.cc +++ b/src/lib/dcpomatic_time.cc @@ -53,5 +53,5 @@ operator<< (ostream& s, DCPTime t) bool ContentTimePeriod::overlaps (ContentTimePeriod const & other) const { - return (from < other.to && to > other.from); + return (from < other.to && to >= other.from); } -- cgit v1.2.3