summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-12 14:36:38 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-12 14:36:38 +0100
commit6268703ea69149150a9b78381490463bc4822f92 (patch)
treea0c32066cd79dbe78f43817a39140e44aefc5e59 /src
parent452d538a91272fa3695bc40025468f6391c1a0a9 (diff)
Add set_start_time.
Diffstat (limited to 'src')
-rw-r--r--src/smpte_subtitle_asset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/smpte_subtitle_asset.h b/src/smpte_subtitle_asset.h
index 6eed8a55..6862ed11 100644
--- a/src/smpte_subtitle_asset.h
+++ b/src/smpte_subtitle_asset.h
@@ -80,6 +80,10 @@ public:
_time_code_rate = t;
}
+ void set_start_time (Time t) {
+ _start_time = t;
+ }
+
/** @return title of the film that these subtitles are for,
* to be presented to the user.
*/