diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/subtitle_string.h | 8 |
1 files changed, 8 insertions, 0 deletions
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; } |
