summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-04-01 00:15:43 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-01 23:43:00 +0200
commita82a17578812a41232d69ea10d88b19004418583 (patch)
tree87a8668550c2230f61f2c1580fe237e64729139a
parentc518cd441ca263444d196b794a293a384a5d34fc (diff)
Fix some CPL ID comments.
-rw-r--r--src/verify.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/verify.h b/src/verify.h
index 43fb0b09..44bb94a6 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -109,7 +109,7 @@ public:
/** The hash of a CPL in the PKL agrees with the CPL file */
MATCHING_CPL_HASHES,
/** The hash of the CPL in the PKL does not agree with the CPL file
- * note contains CPL ID
+ * cpl_id contains CPL ID
* file contains CPL filename
* calculated_hash contains current hash of the CPL
* reference_hash contains the hash written in the PKL
@@ -298,12 +298,12 @@ public:
*/
INVALID_SOUND_BIT_DEPTH,
/** The CPL has no _<AnnotationText>_ tag [Bv2.1_8.1]
- * note contains the CPL ID
+ * cpl_id contains the CPL ID
* file contains the CPL filename
*/
MISSING_CPL_ANNOTATION_TEXT,
/** The _<AnnotationText>_ is not the same as the _<ContentTitleText>_ [Bv2.1_8.1]
- * note contains the CPL ID
+ * cpl_id contains the CPL ID
* file contains the CPL filename
*/
MISMATCHED_CPL_ANNOTATION_TEXT,
@@ -357,17 +357,17 @@ public:
*/
INCORRECT_LFOC,
/** There must be a _<CompositionMetadataAsset>_
- * note contains the CPL ID
+ * cpl_id contains the CPL ID
* file contains the CPL filename
*/
MISSING_CPL_METADATA,
/** CPL metadata should contain _<VersionNumber>_ of 1, at least
- * note contains the CPL ID
+ * cpl_id contains the CPL ID
* file contains the CPL filename
*/
MISSING_CPL_METADATA_VERSION_NUMBER,
/** There must be an _<ExtensionMetadata>_ in _<CompositionMetadataAsset>_ [Bv2.1_8.6.3]
- * note contains the CPL ID
+ * cpl_id contains the CPL ID
* file contains the CPL filename
*/
MISSING_EXTENSION_METADATA,
@@ -377,7 +377,7 @@ public:
*/
INVALID_EXTENSION_METADATA,
/** A CPL containing encrypted content is not signed [Bv2.1_8.7]
- * note contains the CPL ID
+ * cpl_id contains the CPL ID
* file contains the CPL filename
*/
UNSIGNED_CPL_WITH_ENCRYPTED_CONTENT,
@@ -575,7 +575,7 @@ public:
*/
MISMATCHED_ASSET_MAP_ID,
/** The <LabelText> inside a _<ContentVersion>_ is empty
- * note contains the CPL ID
+ * cpl_id contains the CPL ID
* file contains the CPL filename
*/
EMPTY_CONTENT_VERSION_LABEL_TEXT,