Rename video/audio/subtitle part methods.
[dcpomatic.git] / test / black_fill_test.cc
index 173c256e25f7e9b10d678202f9db53a7677cdcca..02f10a31bdafeeb59f69c057840bd81a64b167d5 100644 (file)
@@ -46,10 +46,10 @@ BOOST_AUTO_TEST_CASE (black_fill_test)
        wait_for_jobs ();
 
        contentA->video->set_scale (VideoContentScale (Ratio::from_id ("185")));
-       contentA->video->set_video_length (3);
+       contentA->video->set_length (3);
        contentA->set_position (DCPTime::from_frames (2, film->video_frame_rate ()));
        contentB->video->set_scale (VideoContentScale (Ratio::from_id ("185")));
-       contentB->video->set_video_length (1);
+       contentB->video->set_length (1);
        contentB->set_position (DCPTime::from_frames (7, film->video_frame_rate ()));
 
        film->make_dcp ();