diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-28 01:25:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-14 22:48:35 +0200 |
| commit | d1dd43787960cd7974e24be5f8d73fe83a0e6c9a (patch) | |
| tree | 3fae75b0aeb25ee7c6d49fe0befd793065f90cc6 /tools | |
| parent | d5aa7509cd1b50be5b6a929e00a2572b30585629 (diff) | |
Make verified DCPs available on the return from dcp::verify().
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 ebc02874..1f747097 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).notes; dcp::filter_notes (notes, ignore_missing_assets); if (!quiet) { |
