diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-02 22:16:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-02 22:16:17 +0100 |
| commit | 52528d511935d95b1a2f0dbf62bcd2af3a6288ad (patch) | |
| tree | 0723ff67b926428060b0fb11b1546d10fe3de5c7 /src/types.h | |
| parent | b172ecbede672bdef982e5b45376ac3517440263 (diff) | |
Tweaks to diffing routines.
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 b1de4a0f..edabb9e2 100644 --- a/src/types.h +++ b/src/types.h @@ -100,12 +100,14 @@ struct EqualityOptions { : max_mean_pixel_error (0) , max_std_dev_pixel_error (0) , max_audio_sample_error (0) + , cpl_names_can_differ (false) , mxf_names_can_differ (false) {} double max_mean_pixel_error; double max_std_dev_pixel_error; int max_audio_sample_error; + bool cpl_names_can_differ; bool mxf_names_can_differ; }; |
