diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-20 21:02:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-24 00:29:31 +0100 |
| commit | 8edb46702b372b6e672d0ac8f810e151e1aa5707 (patch) | |
| tree | e2a458fc456b3bd98982e6e31c0ec7589ab25274 /src/text_image.h | |
| parent | 0322c4604bf79c11a99dcd929a6f74685a0a4e31 (diff) | |
Read/write subtitle variable Z.v1.10.16
Diffstat (limited to 'src/text_image.h')
| -rw-r--r-- | src/text_image.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text_image.h b/src/text_image.h index 1f1e464e..5b78f380 100644 --- a/src/text_image.h +++ b/src/text_image.h @@ -66,6 +66,7 @@ public: float v_position, VAlign v_align, float z_position, + std::vector<VariableZPosition> variable_z_positions, Time fade_up_time, Time fade_down_time ); @@ -80,6 +81,7 @@ public: float v_position, VAlign v_align, float z_position, + std::vector<VariableZPosition> variable_z_positions, Time fade_up_time, Time fade_down_time ); |
