From 776836d2700123f8a0f109d3a2ac00fad5cdfd48 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 13 Apr 2023 23:39:40 +0200 Subject: Add check for Interop font assets being present (in the ASSETMAP and on disk). --- src/verify.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/verify.h') diff --git a/src/verify.h b/src/verify.h index 7696ea85..ed5cac4c 100644 --- a/src/verify.h +++ b/src/verify.h @@ -432,6 +432,10 @@ public: * file contains the CPL filename */ INVALID_MAIN_SOUND_CONFIGURATION, + /** An interop subtitle file has a node which refers to a font file that is not found. + * note contains the ID + */ + MISSING_FONT }; VerificationNote (Type type, Code code) -- cgit v1.2.3