From ccd69987ab861ea4521836fa2a5227e2dfac3479 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 15 Oct 2021 22:25:42 +0200 Subject: Basic and slightly inaccurate support for in subtitles (#2103). Adding horizontal space to a Pango layout is hard, and I think this change probably gets it slightly wrong, but it's a step in the right direction. --- src/lib/reel_writer.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/reel_writer.cc') diff --git a/src/lib/reel_writer.cc b/src/lib/reel_writer.cc index 44da409a1..78148d18f 100644 --- a/src/lib/reel_writer.cc +++ b/src/lib/reel_writer.cc @@ -839,7 +839,8 @@ ReelWriter::empty_text_asset (TextType type, optional track, bool dcp::Effect::NONE, dcp::Colour(), dcp::Time(), - dcp::Time() + dcp::Time(), + 0 ) ); } -- cgit v1.2.3