Add comment.
authorCarl Hetherington <cth@carlh.net>
Thu, 20 Nov 2014 14:24:35 +0000 (14:24 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 20 Nov 2014 14:24:35 +0000 (14:24 +0000)
src/lib/dcpomatic_time.h

index 55476d5b52ad6d5752344dd9a23b70d5f3770fe8..9c74c516b2334fdd4b6f5d6638b83cac1a958284 100644 (file)
@@ -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
        {