diff options
Diffstat (limited to 'src')
| -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 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 |
