diff options
Diffstat (limited to 'tools/common.h')
| -rw-r--r-- | tools/common.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/common.h b/tools/common.h index dc8d115c..153b1fed 100644 --- a/tools/common.h +++ b/tools/common.h @@ -21,6 +21,10 @@ namespace dcp { -extern void filter_notes (std::vector<dcp::VerificationNote>& notes, bool ignore_missing_assets); +extern std::vector<dcp::VerificationNote> filter_notes( + std::vector<dcp::VerificationNote> const& notes, + bool ignore_missing_assets, + bool ignore_bv21_smpte + ); } |
