From d4d74faf2270f423235a5db47e9b48a17acdf970 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 31 May 2023 01:36:49 +0200 Subject: Verify error if SMPTE subtitle asset has but no . --- 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 a282d328..0474dca2 100644 --- a/src/verify.h +++ b/src/verify.h @@ -453,6 +453,10 @@ public: * id contains the ID of the tag. */ MISSING_LOAD_FONT_FOR_FONT, + /** A SMPTE subtitle asset has at least one element but no + * id contains the ID of the subtitle asset. + */ + MISSING_LOAD_FONT }; VerificationNote (Type type, Code code) -- cgit v1.2.3