summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-10-20 23:17:40 +0200
committerCarl Hetherington <cth@carlh.net>2022-11-02 22:37:52 +0100
commitea868d6879592ca43907834d7577addb0c9bfc0d (patch)
treef2b09b8347ede65474a6122b72225226886db243 /src/subtitle_asset.h
parent7d4aa870201d1b4384b79148df9647274140a00d (diff)
Add Z position to subtitles; existing tests pass.
Diffstat (limited to 'src/subtitle_asset.h')
-rw-r--r--src/subtitle_asset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h
index 88b5378c..7448ac9a 100644
--- a/src/subtitle_asset.h
+++ b/src/subtitle_asset.h
@@ -152,6 +152,7 @@ protected:
boost::optional<HAlign> h_align;
boost::optional<float> v_position;
boost::optional<VAlign> v_align;
+ boost::optional<float> z_position;
boost::optional<Direction> direction;
boost::optional<Time> in;
boost::optional<Time> out;