diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/dcpverify.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/dcpverify.cc b/tools/dcpverify.cc index c484516e..c26fe7c4 100644 --- a/tools/dcpverify.cc +++ b/tools/dcpverify.cc @@ -142,6 +142,9 @@ main (int argc, char* argv[]) cout << "Error: " << note_to_string(i) << "\n"; failed = true; break; + case dcp::VerificationNote::VERIFY_BV21_ERROR: + cout << "Bv2.1 error: " << note_to_string(i) << "\n"; + break; case dcp::VerificationNote::VERIFY_WARNING: cout << "Warning: " << note_to_string(i) << "\n"; break; |
