diff options
Diffstat (limited to 'src/dcp_time.h')
| -rw-r--r-- | src/dcp_time.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dcp_time.h b/src/dcp_time.h index c5d0186e..88a4d8a1 100644 --- a/src/dcp_time.h +++ b/src/dcp_time.h @@ -39,8 +39,10 @@ public: /** Construct a zero Time */ Time () : h (0), m (0), s (0), e (0), tcr (1) {} - /** Construct a Time from a frame index (starting from 0), - * a frames per second count and a timecode rate. + /** Construct a Time. + * @param Frame index (starting from 0). + * @param frames_per_second Frames per second. + * @param tcr Timecode rate. */ Time (int frame, int frames_per_second, int tcr); |
