diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-08 00:29:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-15 10:59:34 +0200 |
| commit | a8d2013b99626ed08e7c80e6e58cf234b53b0c4d (patch) | |
| tree | cbefbd254036f60de9e578c4a1079202822bac62 /src/verify.h | |
| parent | e0761a05398114d16ab3f51589e4df97711c6cea (diff) | |
Add OK note when main picture active area is valid.
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 e59371b8..24a4e34c 100644 --- a/src/verify.h +++ b/src/verify.h @@ -423,6 +423,7 @@ public: * file contains the CPL filename */ INVALID_MAIN_PICTURE_ACTIVE_AREA, + VALID_MAIN_PICTURE_ACTIVE_AREA, /** A PKL has more than one asset with the same ID * note contains the PKL ID * file contains the PKL filename |
