Add a comment.
[dcpomatic.git] / 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);
 }