diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-02 23:08:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-02 23:08:39 +0100 |
| commit | 939ca70fbee78b5a799824b1d044023ed84cda12 (patch) | |
| tree | 7fed3d91d3ebe59f86603d207c72bfe22bc1afcb /src/lib/text_decoder.cc | |
| parent | 3874448bb792052cd52b9acc723ff35cc753b86a (diff) | |
fixup! Bump libdcp for subtitle Z-position fixes (#2356).zpos
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, |
