summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-31 10:37:56 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-31 10:37:56 +0100
commitaaa33afbc17d60f9e836b4a2ad2e7ec2c294b837 (patch)
tree12a4815111b33da6cc8611e576154c3a1ad29810 /src/types.h
parent72d6b15182a2f43cccd99fef03e69583d8dd6e78 (diff)
Tweak.
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index ad14094d..019f93a7 100644
--- a/src/types.h
+++ b/src/types.h
@@ -64,7 +64,8 @@ public:
enum EqualityFlags {
LIBDCP_METADATA = 0x1,
- MXF_BITWISE = 0x2
+ MXF_BITWISE = 0x2,
+ MXF_INSPECT
};
}