summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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.
*/