From d3ea182cbde6cc673465450fc63fddd3596d0ea9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 31 May 2022 22:11:20 +0200 Subject: [PATCH] Add a comment. --- src/lib/text_decoder.cc | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.30.2