From 1629853de5c5a9afc54835504dd4c4ef1ea8db3c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 10 Jan 2015 01:17:25 +0000 Subject: Fix build for new libdcp. --- src/dcp_reader.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/dcp_reader.cc b/src/dcp_reader.cc index 5ae0032..f63a893 100644 --- a/src/dcp_reader.cc +++ b/src/dcp_reader.cc @@ -33,7 +33,7 @@ using namespace sub; static MetricTime dcp_to_metric (dcp::Time t) { - return MetricTime (t.h, t.m, t.s, t.t * 4); + return MetricTime (t.h, t.m, t.s, t.e * 1000 / t.tcr); } static Colour -- cgit v1.2.3