diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-30 23:19:29 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | 426c98459c8aad043d42535c0b36300c7dc63215 (patch) | |
| tree | 208797c6ff55037cf918e489662ed7a7de7fd1fa /src/verify.h | |
| parent | 9e1f77e3d4c34a4f197f01570c8017309c214256 (diff) | |
VALID_MAIN_PICTURE_ACTIVE_AREA: note -> size_in_pixels.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h index 4425a0c2..6d93384a 100644 --- a/src/verify.h +++ b/src/verify.h @@ -505,7 +505,9 @@ public: * reel_index contains the reel index (starting from 0) */ INVALID_MAIN_PICTURE_ACTIVE_AREA, - /** A valid _<MainPictureActiveArea>_ was seen */ + /** A valid _<MainPictureActiveArea>_ was seen + * size_in_pixels contains the valid active area + */ VALID_MAIN_PICTURE_ACTIVE_AREA, /** A PKL has more than one asset with the same ID * note contains the PKL ID |
