From 4c0e03e857066a8241bfb286412f76a8c52d2760 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 15 Jan 2023 23:13:49 +0100 Subject: Check that Interop subtitle files have at least one subtitle. It was reported on the forum that files without any or tags fail validation on EasyDCP 3.0.1 and crash Qubemaster Pro 3.0.15. --- src/verify.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/verify.h') diff --git a/src/verify.h b/src/verify.h index e9b5c9d0..2e20bc31 100644 --- a/src/verify.h +++ b/src/verify.h @@ -410,7 +410,12 @@ public: * note contains the ASSETMAP ID * file contains the ASSETMAP filename */ - DUPLICATE_ASSET_ID_IN_ASSETMAP + DUPLICATE_ASSET_ID_IN_ASSETMAP, + /** An Interop subtitle asset has no subtitles. + * note contains the asset ID + * file contains the asset filename + */ + MISSING_SUBTITLE }; VerificationNote (Type type, Code code) -- cgit v1.2.3