From 3c7d752d380c6ce9febebbe3b3d77d208eae8625 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 4 Oct 2015 22:51:43 +0100 Subject: Add set_{in,out}. --- src/subtitle_string.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src') diff --git a/src/subtitle_string.h b/src/subtitle_string.h index 2dfdbe0a..2317af5f 100644 --- a/src/subtitle_string.h +++ b/src/subtitle_string.h @@ -130,6 +130,14 @@ public: return _aspect_adjust; } + void set_in (Time i) { + _in = i; + } + + void set_out (Time o) { + _out = o; + } + void set_h_position (float p) { _h_position = p; } -- cgit v1.2.3