diff options
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 4 |
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) |
