diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-20 23:17:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-02 22:37:52 +0100 |
| commit | ea868d6879592ca43907834d7577addb0c9bfc0d (patch) | |
| tree | f2b09b8347ede65474a6122b72225226886db243 /src/subtitle_image.h | |
| parent | 7d4aa870201d1b4384b79148df9647274140a00d (diff) | |
Add Z position to subtitles; existing tests pass.
Diffstat (limited to 'src/subtitle_image.h')
| -rw-r--r-- | src/subtitle_image.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/subtitle_image.h b/src/subtitle_image.h index 9d74d18c..8b1c3521 100644 --- a/src/subtitle_image.h +++ b/src/subtitle_image.h @@ -66,6 +66,7 @@ public: HAlign h_align, float v_position, VAlign v_align, + float z_position, Time fade_up_time, Time fade_down_time ); @@ -79,6 +80,7 @@ public: HAlign h_align, float v_position, VAlign v_align, + float z_position, Time fade_up_time, Time fade_down_time ); |
