diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-04 12:25:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-05 15:53:48 +0100 |
| commit | 42a65cba0d8da23c12af52015e66cd9dc0b5a5fa (patch) | |
| tree | ff0a017c49d0975f21a5314d2f77be20f68bd379 /src/dcp_time.cc | |
| parent | 943e75e0ac5730714f3823771f127fe78e4cf82b (diff) | |
Initial work on SMPTE subtitles.
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_) { |
