Remove a pointless parameter that the callee can calculate.
[dcpomatic.git] / test / reel_writer_test.cc
index 51c820ba31a1500210f2bf0a0561d2b121648c80..21e924380c66f7b938512c2862ab9c504ca31769 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, optional<string>());
+       ReelWriter writer (film, period, shared_ptr<Job>(), 0, 1);
 
        /* Write the first one */