summaryrefslogtreecommitdiff
path: root/src/dcp_time.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-30 00:14:01 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-30 00:14:01 +0100
commit1713b44ac4727f4de6a899b27e49f104324ccfa6 (patch)
tree98aaebb91a351c2192abc2e5af5ced30eeebe1a4 /src/dcp_time.h
parentf3fb557c4fdaed2e642e8c30a0363af5042beaa5 (diff)
Comments.
Diffstat (limited to 'src/dcp_time.h')
-rw-r--r--src/dcp_time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp_time.h b/src/dcp_time.h
index 2a9f13d8..1fae786c 100644
--- a/src/dcp_time.h
+++ b/src/dcp_time.h
@@ -56,7 +56,7 @@ public:
Time () : h (0), m (0), s (0), e (0), tcr (1) {}
/** Construct a Time.
- * @param Frame index (starting from 0).
+ * @param frame Frame index (starting from 0).
* @param frames_per_second Frames per second.
* @param tcr Timecode rate.
*/