More renaming.
[dcpomatic.git] / src / lib / dcp_decoder.cc
index 03bd95d90f8a7671131e23f108bdf1ab32acdeba..6a9de841d51f078bc41c6962b0230a473ce42876 100644 (file)
@@ -209,7 +209,7 @@ DCPDecoder::pass_subtitles (ContentTime next)
                        if (is) {
                                list<dcp::SubtitleString> s;
                                s.push_back (*is);
-                               subtitle->emit_text (
+                               subtitle->emit_plain (
                                        ContentTimePeriod (
                                                ContentTime::from_frames (_offset - entry_point, vfr) + ContentTime::from_seconds (i->in().as_seconds ()),
                                                ContentTime::from_frames (_offset - entry_point, vfr) + ContentTime::from_seconds (i->out().as_seconds ())