diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-08 00:35:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-15 10:59:34 +0200 |
| commit | 9074a175788d0d51d3396cfbcab32c9d022c3589 (patch) | |
| tree | 927d6f9b898534c1957ec17c93da246d82ea3ac1 /src/verify.h | |
| parent | a8d2013b99626ed08e7c80e6e58cf234b53b0c4d (diff) | |
Add OK note when CPL has valid annotation text.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 1 |
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 */ |
