diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-13 23:39:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-04-13 23:39:40 +0200 |
| commit | 776836d2700123f8a0f109d3a2ac00fad5cdfd48 (patch) | |
| tree | 1d73fdcd93480d461405483f115ea8a723d1d667 /src/verify.h | |
| parent | b87af40c55522bae1f23ac43cd25698c0a21f75d (diff) | |
Add check for Interop font assets being present (in the ASSETMAP and on disk).
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <LoadFont> node which refers to a font file that is not found. + * note contains the <LoadFont> ID + */ + MISSING_FONT }; VerificationNote (Type type, Code code) |
