From 6e9b1b0ca5e839bda7b567b609cebb92a1cb95a7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 1 Dec 2015 14:55:54 +0000 Subject: Check every picture frame when -k is passed to dcpdiff. --- src/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/types.h') 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 -- cgit v1.2.3