diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-09-02 23:02:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-09-02 23:02:35 +0100 |
| commit | d557a34c5eb00549e152b28daba48ffec58936bf (patch) | |
| tree | 1a1f7cd6791e64e7048a722415cfb7b991def3be /test/remake_id_test.cc | |
| parent | 96bdc3e22a6f7ca3fc5b7d5022080c447e122741 (diff) | |
More end-to-end sound tests.
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 */ |
