diff options
| -rw-r--r-- | src/dcp_reader.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp_reader.cc b/src/dcp_reader.cc index b192b76..73a2276 100644 --- a/src/dcp_reader.cc +++ b/src/dcp_reader.cc @@ -31,7 +31,7 @@ using namespace sub; static MetricTime dcp_to_metric (libdcp::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 |
