diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-19 01:27:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-19 01:27:23 +0100 |
| commit | db3517b6c73a995f0179b8942686e1fd4ae44744 (patch) | |
| tree | aebc72553a264faa0915a1825d40364acf822fd3 /tools | |
| parent | 58f998e8a1453ae80ca6b612f81f32488031f028 (diff) | |
Cleanup: tidy enum names for verification codes.
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 eaecb0f1..138f9ca3 100644 --- a/tools/dcpverify.cc +++ b/tools/dcpverify.cc @@ -143,7 +143,7 @@ main (int argc, char* argv[]) bool failed = false; BOOST_FOREACH (dcp::VerificationNote i, notes) { - if (ignore_bv21_smpte && i.code() == dcp::VerificationNote::NOT_SMPTE) { + if (ignore_bv21_smpte && i.code() == dcp::VerificationNote::INVALID_STANDARD) { continue; } switch (i.type()) { |
