diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-02 22:39:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-03 09:33:46 +0100 |
| commit | 37b381e63e202c4b6cb86a22fd9f5c256f1671f2 (patch) | |
| tree | a8979d4105805e6c1575c550392596317b0353b1 /src/lib/text_decoder.cc | |
| parent | d4f13e8091c119622458a12be837d9e5138dbd81 (diff) | |
Bump libdcp for subtitle Z-position fixes (#2356).
Diffstat (limited to 'src/lib/text_decoder.cc')
| -rw-r--r-- | src/lib/text_decoder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/text_decoder.cc b/src/lib/text_decoder.cc index fa5ed6c7a..4b521ede7 100644 --- a/src/lib/text_decoder.cc +++ b/src/lib/text_decoder.cc @@ -255,6 +255,7 @@ TextDecoder::emit_plain_start (ContentTime from, sub::Subtitle const & sub_subti h_align, v_position, v_align, + 0, dcp::Direction::LTR, escape_text(block.text), dcp::Effect::NONE, |
