diff options
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h index cab8ba4f..3b2629f9 100644 --- a/src/verify.h +++ b/src/verify.h @@ -137,6 +137,8 @@ public: MISSING_ANNOTATION_TEXT_IN_CPL, /** The <AnnotationText> is not the same as the <ContentTitleText> [Bv2.1_8.1] */ CPL_ANNOTATION_TEXT_DIFFERS_FROM_CONTENT_TITLE_TEXT, + /** At least one asset in a reel does not have the same duration as the others */ + MISMATCHED_ASSET_DURATION, }; VerificationNote (Type type, Code code) |
