Use initialiser list.
[dcpomatic.git] / test / seek_zero_test.cc
index 05bf1b5bf4e519916cacb3bf263c45e1c7b72ebc..a176339e715515817aca7e80342785500967e374 100644 (file)
@@ -64,7 +64,7 @@ BOOST_AUTO_TEST_CASE (seek_zero_test)
 
        Frame const first_frame = video_delay.round_up (content->active_video_frame_rate ()).frames_round (content->active_video_frame_rate ());
 
-       FFmpegDecoder decoder (content, film->log(), false);
+       FFmpegDecoder decoder (content, film->log());
        list<ContentVideo> a = decoder.video->get (first_frame, true);
        BOOST_CHECK (a.size() == 1);
        BOOST_CHECK_EQUAL (a.front().frame.index(), first_frame);