summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-09 23:49:42 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-09 23:49:42 +0200
commitc59e6c0e64f95afc7c33168e7c7562502411bd01 (patch)
tree044a8ebb292801f5b44b6589017e98fbae6054ce /src/verify.h
parent4bf244a0823e7ae59071f1566495b4210166d4a5 (diff)
Add check for Bv2.1 10.4.3 - container duration vs reel duration in timed text.
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index 0a422801..169845b7 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -370,6 +370,11 @@ public:
MISMATCHED_TIMED_TEXT_RESOURCE_ID,
/** The AssetID of a timed text MXF is the same as its ResourceID or that of the contained XML essence [Bv2.1_10.4.2] */
INCORRECT_TIMED_TEXT_ASSET_ID,
+ /** The ContainerDuration of a timed text MXF is not the same as the Duration in its reel [Bv2.1_10_4_3]
+ * note contains the reel duration, followed by a space, followed by the MXF duration
+ * file contains the asset filename
+ */
+ MISMATCHED_TIMED_TEXT_DURATION,
};
VerificationNote (Type type, Code code)