From a13e71485a37bba24c6a14736c4e9cee1dba164e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 26 Nov 2024 22:08:21 +0100 Subject: Fix some markup for the manual extraction in DCP-o-matic. --- src/verify.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src') diff --git a/src/verify.h b/src/verify.h index 16323261..f4f8a58a 100644 --- a/src/verify.h +++ b/src/verify.h @@ -414,20 +414,20 @@ public: MISMATCHED_TIMED_TEXT_DURATION, /** Something could not be verified because content is encrypted and no key is available */ MISSED_CHECK_OF_ENCRYPTED, - /** Some timed-text XML has an empty <_Text_> node */ + /** Some timed-text XML has an empty __ node */ EMPTY_TEXT, - /** Some closed captions do not have the same vertical alignment within a <_Subtitle_> node */ + /** Some closed captions do not have the same vertical alignment within a __ node */ MISMATCHED_CLOSED_CAPTION_VALIGN, /** Some closed captions are not listed in the XML in the order of their vertical position */ INCORRECT_CLOSED_CAPTION_ORDERING, - /** Some asset has an that should not be there */ + /** Some asset has an __ that should not be there */ UNEXPECTED_ENTRY_POINT, - /** Some asset has an that should not be there */ + /** Some asset has an __ that should not be there */ UNEXPECTED_DURATION, - /** A has been specified with either no scope or the SMPTE 429-7 scope, but which is not one of those allowed */ + /** A __ has been specified with either no scope or the SMPTE 429-7 scope, but which is not one of those allowed */ INVALID_CONTENT_KIND, VALID_CONTENT_KIND, - /** Either the width or height of a in a CPL is either not an even number, or bigger than the corresponding asset dimension. + /** Either the width or height of a __ in a CPL is either not an even number, or bigger than the corresponding asset dimension. * note contains details of what is wrong * file contains the CPL filename */ @@ -448,7 +448,7 @@ public: * file contains the asset filename */ MISSING_SUBTITLE, - /** A SMPTE subtitle asset as an which is not of the form yyyy-mm-ddThh:mm:ss + /** A SMPTE subtitle asset as an __ which is not of the form yyyy-mm-ddThh:mm:ss * I can find no reference in a standard to this being required, but the Deluxe delivery * specifications require it and their QC will fail DCPs that don't have it. * note contains the incorrect @@ -458,13 +458,13 @@ public: * file contains the filename of the first asset to differ */ MISMATCHED_SOUND_CHANNEL_COUNTS, - /** The CPL contains a MainSoundConfiguration tag which does not describe the number of + /** The CPL contains a __ tag which does not describe the number of * channels in the audio assets. * note contains details of what is wrong * 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. + /** An interop subtitle file has a __ node which refers to a font file that is not found. * note contains the ID */ MISSING_FONT, @@ -478,12 +478,12 @@ public: * note contains the asset ID */ INCORRECT_SUBTITLE_NAMESPACE_COUNT, - /** A subtitle or closed caption file has a tag which refers to a font that is not + /** A subtitle or closed caption file has a __ tag which refers to a font that is not * first introduced with a . * id contains the ID of the tag. */ MISSING_LOAD_FONT_FOR_FONT, - /** A SMPTE subtitle asset has at least one element but no + /** A SMPTE subtitle asset has at least one __ element but no * id contains the ID of the subtitle asset. */ MISSING_LOAD_FONT, @@ -492,7 +492,7 @@ public: * other_id contains the ID from the file. */ MISMATCHED_ASSET_MAP_ID, - /** The inside a is empty + /** The inside a __ is empty * note contains the CPL ID * file contains the CPL filename */ -- cgit v1.2.3