summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-22 00:49:15 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-22 00:49:15 +0100
commit595d4fbfee788edfad7f9f8dfe7e76ee634c1a94 (patch)
treea4a3f440c20cd1460eb823bcfb34d1503b39c4f7 /src/types.h
parent81daf10958b05fc0d617d421617da33ab45f2f4c (diff)
Various attempts to clean up DCP comparison code.
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 040e6197..98244891 100644
--- a/src/types.h
+++ b/src/types.h
@@ -127,6 +127,7 @@ struct EqualityOptions
, max_audio_sample_error (0)
, cpl_annotation_texts_can_differ (false)
, mxf_names_can_differ (false)
+ , reel_hashes_can_differ (false)
{}
/** The maximum allowable mean difference in pixel value between two images */
@@ -139,6 +140,8 @@ struct EqualityOptions
bool cpl_annotation_texts_can_differ;
/** true if MXF filenames are allowed to differ */
bool mxf_names_can_differ;
+ /** true if <Hash>es in Reels can differ */
+ bool reel_hashes_can_differ;
};
/* I've been unable to make mingw happy with ERROR as a symbol, so