From: Carl Hetherington Date: Tue, 31 May 2022 20:11:20 +0000 (+0200) Subject: Add a comment. X-Git-Tag: v2.16.14~31 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=d3ea182cbde6cc673465450fc63fddd3596d0ea9 Add a comment. --- diff --git a/src/lib/text_decoder.cc b/src/lib/text_decoder.cc index 5510ccdfc..88cf4bc56 100644 --- a/src/lib/text_decoder.cc +++ b/src/lib/text_decoder.cc @@ -254,6 +254,7 @@ TextDecoder::emit_plain_start (ContentTime from, sub::Subtitle const & subtitle) } } + /* Pass these subs through the other emit_plain_start so that they get their forced settings applied */ emit_plain_start (from, out); }