summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-01 14:55:54 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-01 14:55:54 +0000
commit6e9b1b0ca5e839bda7b567b609cebb92a1cb95a7 (patch)
treebf4dc5244f62e754dfbe84d45a508917f477d0e7 /src/types.h
parent1a4b0d2c7978f45b415db2e9a0f1840aa114bcc9 (diff)
Check every picture frame when -k is passed to dcpdiff.
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 1cd116c9..16000daa 100644
--- a/src/types.h
+++ b/src/types.h
@@ -166,6 +166,7 @@ struct EqualityOptions
, reel_annotation_texts_can_differ (false)
, reel_hashes_can_differ (false)
, issue_dates_can_differ (false)
+ , keep_going (false)
{}
/** The maximum allowable mean difference in pixel value between two images */
@@ -182,6 +183,7 @@ struct EqualityOptions
bool reel_hashes_can_differ;
/** true if IssueDate nodes can differ */
bool issue_dates_can_differ;
+ bool keep_going;
};
/* I've been unable to make mingw happy with ERROR as a symbol, so