Add comment.
authorCarl Hetherington <cth@carlh.net>
Wed, 24 Feb 2016 00:13:41 +0000 (00:13 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 24 Feb 2016 00:13:41 +0000 (00:13 +0000)
src/lib/dcpomatic_time.h

index 3658320c85a49d343b9099ea55a09d4cc8a072c1..ac16830eeaf0f43257e24e22ad7b4cdf12900ff8 100644 (file)
@@ -247,7 +247,9 @@ public:
                , to (t)
        {}
 
+       /** start time of sampling interval that the period is from */
        T from;
+       /** start time of next sampling interval after the period */
        T to;
 
        T duration () const {