Merge master.
[dcpomatic.git] / test / subrip_test.cc
index 1b207c3c632a730f1440c0cd0b72845a68e99514..84ad7f25d4148b87e4ae5471e06263769ef2e3a5 100644 (file)
@@ -193,7 +193,7 @@ BOOST_AUTO_TEST_CASE (subrip_render_test)
        list<ContentTextSubtitle> cts = decoder->get_text_subtitles (
                ContentTimePeriod (
                        ContentTime::from_seconds (109), ContentTime::from_seconds (110)
-                       )
+                       ), false
                );
        BOOST_CHECK_EQUAL (cts.size(), 1);