From eeee8ab7ad46b9eda35f0156540984d3ed340e15 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 11 May 2023 14:47:52 +0200 Subject: Check that all tags have a corresponding in the verifier. --- src/verify.cc | 23 ++++++++++++++++++++--- src/verify.h | 7 ++++++- 2 files changed, 26 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/verify.cc b/src/verify.cc index c42a10d4..f570a41d 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -849,7 +849,7 @@ verify_closed_caption_asset ( } -/** Check the timing of the individual subtitles and make sure there are no empty nodes */ +/** Check the timing of the individual subtitles and make sure there are no empty nodes etc. */ static void verify_text_details ( @@ -870,9 +870,11 @@ verify_text_details ( auto empty_text = false; /* current reel start time (in editable units) */ int64_t reel_offset = 0; + vector font_ids; + optional missing_load_font_id; std::function, optional