diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-20 23:34:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-22 15:49:58 +0100 |
| commit | 32b5af27f00f80054ab0f502ebd7b8a3fa0d4061 (patch) | |
| tree | f7c43293ce6c400476654040cf59c377eb53fcc0 /test/bv20_test.cc | |
| parent | aa37742187654f53c55095ba185bd9457470dac6 (diff) | |
Bump libdcp for new asdcplib version.
Diffstat (limited to 'test/bv20_test.cc')
| -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)); |
