From 42a65cba0d8da23c12af52015e66cd9dc0b5a5fa Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 4 Jun 2015 12:25:48 +0100 Subject: Initial work on SMPTE subtitles. --- src/dcp_time.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dcp_time.cc') diff --git a/src/dcp_time.cc b/src/dcp_time.cc index d34804e9..5d9bed81 100644 --- a/src/dcp_time.cc +++ b/src/dcp_time.cc @@ -66,6 +66,7 @@ Time::set (double seconds, int tcr_) } } +/** @param time String of the form HH:MM:SS:EE */ Time::Time (string time, int tcr_) : tcr (tcr_) { -- cgit v1.2.3