diff options
Diffstat (limited to 'test/remake_id_test.cc')
| -rw-r--r-- | test/remake_id_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/remake_id_test.cc b/test/remake_id_test.cc index d8bb5df83..8d924d702 100644 --- a/test/remake_id_test.cc +++ b/test/remake_id_test.cc @@ -42,7 +42,7 @@ BOOST_AUTO_TEST_CASE (remake_id_test) BOOST_REQUIRE (!wait_for_jobs ()); /* Copy the video file */ - boost::filesystem::path first_video = video_file(film); + boost::filesystem::path first_video = dcp_file(film, "j2c"); boost::filesystem::copy_file (first_video, first_video.string() + ".copy"); /* Make a new DCP with the same video file */ |
