From 9a0c89b3e2ddf56af5433ab96ff8809c05a8b9a4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 27 Jun 2019 23:11:03 +0100 Subject: Add some comments. --- src/subtitle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/subtitle.h b/src/subtitle.h index ed63983f..6317a741 100644 --- a/src/subtitle.h +++ b/src/subtitle.h @@ -58,10 +58,12 @@ public: virtual ~Subtitle () {} + /** @return subtitle start time (relative to the start of the reel) */ Time in () const { return _in; } + /** @return subtitle finish time (relative to the start of the reel) */ Time out () const { return _out; } -- cgit v1.2.3