Write subtitles and closed captions to a test DCP in the hints thread,
[dcpomatic.git] / test / reel_writer_test.cc
index 21e924380c66f7b938512c2862ab9c504ca31769..a5a3ed83bda1b38a91b4278d6b1169f71c0bf0df 100644 (file)
@@ -52,7 +52,7 @@ BOOST_AUTO_TEST_CASE (write_frame_info_test)
 {
        shared_ptr<Film> film = new_test_film2 ("write_frame_info_test");
        dcpomatic::DCPTimePeriod const period (dcpomatic::DCPTime(0), dcpomatic::DCPTime(96000));
-       ReelWriter writer (film, period, shared_ptr<Job>(), 0, 1);
+       ReelWriter writer (film, period, shared_ptr<Job>(), 0, 1, false);
 
        /* Write the first one */