Rename some methods.
[dcpomatic.git] / test / seek_zero_test.cc
index 0c65fa3b8aacc25e444d6853c2de5bc83e2d8cc6..33561206c1d8906a2f2c175b1472d4f64b2d7db6 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);
-       list<ContentVideo> a = decoder.video->get_video (first_frame, true);
+       list<ContentVideo> a = decoder.video->get (first_frame, true);
        BOOST_CHECK (a.size() == 1);
        BOOST_CHECK_EQUAL (a.front().frame, first_frame);
 }