summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-01-08 00:35:29 +0100
committerCarl Hetherington <cth@carlh.net>2024-04-15 10:59:34 +0200
commit9074a175788d0d51d3396cfbcab32c9d022c3589 (patch)
tree927d6f9b898534c1957ec17c93da246d82ea3ac1 /src/verify.h
parenta8d2013b99626ed08e7c80e6e58cf234b53b0c4d (diff)
Add OK note when CPL has valid annotation text.
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index 24a4e34c..70cdff3d 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -265,6 +265,7 @@ public:
* file contains the CPL filename
*/
MISMATCHED_CPL_ANNOTATION_TEXT,
+ VALID_CPL_ANNOTATION_TEXT,
/** At least one asset in a reel does not have the same duration as the others */
MISMATCHED_ASSET_DURATION,
/** If one reel has a _MainSubtitle_, all must have them */