diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-16 13:36:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-16 13:36:22 +0100 |
| commit | da4c216fb48b230eac4297e237c379f2a1449fc1 (patch) | |
| tree | 4743cdc6d54e380c2a1a5faebafbd7048d53692c /src/types.h | |
| parent | 9ce517d0c789e0e1ef98f25e3449a75945fc62ab (diff) | |
| parent | 2ad4929f4b3fec0413633c00364f4a6fda3e6c0c (diff) | |
Merge branch 'master' of /home/carl/git/libdcp
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h index 928e6a30..3fcbd58f 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 { |
