diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/verify_j2k.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify_j2k.cc b/src/verify_j2k.cc index 2e1255ea..48d85a33 100644 --- a/src/verify_j2k.cc +++ b/src/verify_j2k.cc @@ -209,7 +209,7 @@ dcp::verify_j2k (shared_ptr<const Data> j2k, vector<VerificationNote>& notes) notes.push_back ({ VerificationNote::Type::BV21_ERROR, VerificationNote::Code::INVALID_JPEG2000_TILE_PARTS_FOR_2K, raw_convert<string>(tile_parts) }); } if (fourk && tile_parts != 6) { - notes.push_back ({ VerificationNote::Type::BV21_ERROR, VerificationNote::Code::INVALID_JPEG2000_TILE_PARTS_FOR_2K, raw_convert<string>(tile_parts) }); + notes.push_back ({ VerificationNote::Type::BV21_ERROR, VerificationNote::Code::INVALID_JPEG2000_TILE_PARTS_FOR_4K, raw_convert<string>(tile_parts) }); } main_header_finished = true; } else if (*marker_name == "SOD") { |
