diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-04 12:25:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-04 15:09:28 +0100 |
| commit | d76ee110c29b631a71d965b71bcdb8663232b17f (patch) | |
| tree | 4234c10900671eb80a1961e126d8398ad714f017 /src/dcp_time.cc | |
| parent | 951572c6eb7e31834d2d7f1fbc67a9cdb1336696 (diff) | |
Start of work.1.0-smpte-subs
Diffstat (limited to 'src/dcp_time.cc')
| -rw-r--r-- | src/dcp_time.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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_) { |
