diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-19 23:57:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-20 12:19:03 +0100 |
| commit | f7334e538f39aadf3bab42244c26124a995234f7 (patch) | |
| tree | 15e65c7344db9d165d1021e9a7f021985b2c5e60 /tools | |
| parent | c46f6125c482f2a3361cd33d1e1163927f038e9d (diff) | |
Allow use of KDMs when verifying DCPs.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/dcpverify.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpverify.cc b/tools/dcpverify.cc index 875a92b7..3619f1fe 100644 --- a/tools/dcpverify.cc +++ b/tools/dcpverify.cc @@ -173,7 +173,7 @@ main (int argc, char* argv[]) vector<boost::filesystem::path> directories; directories.push_back (argv[optind]); - auto notes = dcp::verify(directories, stage, progress, verification_options); + auto notes = dcp::verify(directories, {}, stage, progress, verification_options); dcp::filter_notes (notes, ignore_missing_assets); if (!quiet) { |
