Add a comment.
authorCarl Hetherington <cth@carlh.net>
Tue, 31 May 2022 20:11:20 +0000 (22:11 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 7 Jun 2022 15:01:06 +0000 (17:01 +0200)
src/lib/text_decoder.cc

index 5510ccdfcfdc7ba38a404763348bbefc008de123..88cf4bc56e492da0aefbf320fdbe21fc0220bba6 100644 (file)
@@ -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);
 }