diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-18 12:42:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-18 12:42:05 +0100 |
| commit | 65a398e035346ef3a5fc121ee2c1a96a1b525046 (patch) | |
| tree | c62230f0f285ceec07eb8159e71116fadc773a51 | |
| parent | b16fa5f0de631821a7acc994645a291bc7aa90c9 (diff) | |
Comment.
| -rw-r--r-- | src/lib/content.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index 8e2e5ddaf..4b6153a9d 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -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(); } |
