summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index 10a798d4..c9df2781 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -702,6 +702,8 @@ struct VerificationOptions
///< true to check asset hashes (except those which match maximum_asset_size_for_hash_check)
///< false to check no asset hashes.
bool check_asset_hashes = true;
+ ///< true to do some time-consuming detailed picture checks (e.g. J2K bitstream)
+ bool check_picture_details = true;
};