diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-21 22:36:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-21 22:36:38 +0100 |
| commit | 91d007aba623bc19174b80fb542dc9b6b30f1dbc (patch) | |
| tree | fc6b9ea042f3c879c3436a51448d0f236f5c73ab /test | |
| parent | 13cd5d0f5e975d69d22615525274e263f28ee85f (diff) | |
fixup! FIXME: test new asdcplib via libdcp
Diffstat (limited to 'test')
| -rw-r--r-- | test/bv20_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/bv20_test.cc b/test/bv20_test.cc index 5530a05d0..7f4e98aa7 100644 --- a/test/bv20_test.cc +++ b/test/bv20_test.cc @@ -49,7 +49,8 @@ has_mxf_mca_subdescriptors(shared_ptr<const Film> film) * whether they exist. */ - ASDCP::PCM::MXFReader reader; + Kumu::FileReaderFactory factory; + ASDCP::PCM::MXFReader reader(factory); auto r = reader.OpenRead(find_file(film->dir(film->dcp_name()), "pcm_").string()); BOOST_REQUIRE(!ASDCP_FAILURE(r)); |
