Add set_start_time.
authorCarl Hetherington <cth@carlh.net>
Sat, 12 Sep 2015 13:36:38 +0000 (14:36 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 12 Sep 2015 13:36:38 +0000 (14:36 +0100)
src/smpte_subtitle_asset.h

index 6eed8a55fab35c2a2eb2b97346d792936fc3a5ac..6862ed114f017055d2959facd0ccef227c78014c 100644 (file)
@@ -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.
         */