summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-16 09:54:23 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-16 09:54:23 +0100
commit2ad4929f4b3fec0413633c00364f4a6fda3e6c0c (patch)
tree195430f4041620ad871703c32ad07e55fde82a0a /src/types.h
parent034abb6bb0f1d0382620bdcc43501ce0ba30b03a (diff)
Merge and add option to ignore differing MXF names.
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 4c824080..b6372e9a 100644
--- a/src/types.h
+++ b/src/types.h
@@ -100,11 +100,13 @@ struct EqualityOptions {
: max_mean_pixel_error (0)
, max_std_dev_pixel_error (0)
, max_audio_sample_error (0)
+ , mxf_names_can_differ (false)
{}
double max_mean_pixel_error;
double max_std_dev_pixel_error;
int max_audio_sample_error;
+ bool mxf_names_can_differ;
};
enum NoteType {