summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-07 16:33:22 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-07 16:33:22 +0000
commit9fc6bcde891567ca04fe2d9835ab48a17c9b69a7 (patch)
tree27427b47d26a2fc4312eb5ecbd21a5771624c9bc /src/types.h
parent33de896f03af15f1b544b74f177aae917f66bac3 (diff)
Rename mxf filename ignoring stuff slightly.
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/types.h b/src/types.h
index 08613c79..594bd7b7 100644
--- a/src/types.h
+++ b/src/types.h
@@ -127,7 +127,7 @@ struct EqualityOptions
, max_std_dev_pixel_error (0)
, max_audio_sample_error (0)
, cpl_annotation_texts_can_differ (false)
- , mxf_names_can_differ (false)
+ , mxf_filenames_can_differ (false)
, reel_hashes_can_differ (false)
{}
@@ -139,8 +139,8 @@ 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 filenames are allowed to differ */
- bool mxf_names_can_differ;
+ /** true if MXF file leafnames are allowed to differ */
+ bool mxf_filenames_can_differ;
/** true if <Hash>es in Reels can differ */
bool reel_hashes_can_differ;
};