summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-03 01:52:14 +0200
committerCarl Hetherington <cth@carlh.net>2022-09-03 14:46:38 +0200
commit1d13ce8be4df51e85b7222a7c9d357366c841a89 (patch)
tree1be0a392051a1f520eef79778379497db800c22e /src/verify.h
parent6740903432bca2ab447a47ac773a735d4f1f2e50 (diff)
Properly support ContentKind scope attribute.v1.8.26
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h
index 3dd7d125..baa36138 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -396,7 +396,9 @@ public:
/** Some <MainMarkers> asset has an <EntryPoint> that should not be there */
UNEXPECTED_ENTRY_POINT,
/** Some <MainMarkers> asset has an <Duration> that should not be there */
- UNEXPECTED_DURATION
+ UNEXPECTED_DURATION,
+ /** A <ContentKind> has been specified with either no scope or the SMPTE 429-7 scope, but which is not one of those allowed */
+ INVALID_CONTENT_KIND
};
VerificationNote (Type type, Code code)