summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-08 02:07:05 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-08 02:07:05 +0200
commit3a328b69a4770687fa16a113f33882217a59a142 (patch)
tree960fa222675068d0877d2c6ea4151dee08b20fe0 /src/verify.h
parent854bc0a513611a402b2d693d9d17da3420fd10b4 (diff)
Verify that SMPTE subtitle IDs are handled properly (DoM #1962).
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index f14382c5..0a422801 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -366,6 +366,10 @@ public:
INVALID_JPEG2000_TILE_PARTS_FOR_4K,
/** No TLM marker was found [Bv2.1_10.2.1] */
MISSING_JPEG200_TLM_MARKER,
+ /** The MXF ResourceID of a timed text resource was not the same as that of the contained XML essence [Bv2.1_10.4.3] */
+ 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,
};
VerificationNote (Type type, Code code)