diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-31 22:11:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-06-07 17:01:06 +0200 |
| commit | d3ea182cbde6cc673465450fc63fddd3596d0ea9 (patch) | |
| tree | 0e25dfa571b634c0e1be90ad55a065b633dc323b | |
| parent | 9de850055268072ee2af61198be62e91881d1e79 (diff) | |
Add a comment.
| -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 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); } |
