diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-20 14:24:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-20 14:24:35 +0000 |
| commit | 35f809304adf97baf87028de416d617c871f4e1b (patch) | |
| tree | 37821c5df07051078de1c8d7ba8e843134bee964 /src/lib/dcpomatic_time.h | |
| parent | 3503bab488458524a5507b69db942a5023bab839 (diff) | |
Add comment.
Diffstat (limited to 'src/lib/dcpomatic_time.h')
| -rw-r--r-- | src/lib/dcpomatic_time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcpomatic_time.h b/src/lib/dcpomatic_time.h index 55476d5b5..9c74c516b 100644 --- a/src/lib/dcpomatic_time.h +++ b/src/lib/dcpomatic_time.h @@ -61,6 +61,7 @@ public: return rint (_t * r / HZ); } + /** @param r Frames per second */ template <typename T> void split (T r, int& h, int& m, int& s, int& f) const { |
