diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-05 00:05:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-05 14:36:27 +0100 |
| commit | fe99eae4b95c5fcf2f3730efad4a18d0cb5c29bc (patch) | |
| tree | 265ca14896f63eeff210d602c5f11ed19d800ebf /src/types.h | |
| parent | 7b717db244554300ebed8eade8421ee3faa28d33 (diff) | |
MXF -> Asset in lots of places.
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/types.h b/src/types.h index a8e63faf..626666b4 100644 --- a/src/types.h +++ b/src/types.h @@ -160,7 +160,6 @@ struct EqualityOptions , max_std_dev_pixel_error (0) , max_audio_sample_error (0) , cpl_annotation_texts_can_differ (false) - , mxf_filenames_can_differ (false) , reel_annotation_texts_can_differ (false) , reel_hashes_can_differ (false) {} @@ -173,8 +172,6 @@ struct EqualityOptions int max_audio_sample_error; /** true if the <AnnotationText> nodes of CPLs are allowed to differ */ bool cpl_annotation_texts_can_differ; - /** true if MXF file leafnames are allowed to differ */ - bool mxf_filenames_can_differ; /** true if the <AnnotationText> nodes of Reels are allowed to differ */ bool reel_annotation_texts_can_differ; /** true if <Hash>es in Reels can differ */ |
