Comment.
authorCarl Hetherington <cth@carlh.net>
Thu, 18 Jun 2015 11:42:05 +0000 (12:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 18 Jun 2015 11:42:05 +0000 (12:42 +0100)
src/lib/content.h

index 8e2e5ddafe29cd0480bc6f8e9d970242615ca688..4b6153a9d17929c555ccfe750c9fe04883428d67 100644 (file)
@@ -139,7 +139,8 @@ public:
                boost::mutex::scoped_lock lm (_mutex);
                return _trim_end;
        }
-       
+
+       /** @return Time immediately after the last thing in this content */
        DCPTime end () const {
                return position() + length_after_trim();
        }