diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-22 21:56:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-22 23:51:00 +0100 |
| commit | b7ae863ff2985b3a086bd54946428c9055da0d32 (patch) | |
| tree | 48ed2d4433753c73016c3eed8894499f4caa939a /src/verify.h | |
| parent | 01a1e14793477f2e9b4d40641ad2f47b8680dc92 (diff) | |
Use frame_rate instead of note in 4 places.v1.10.53
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/verify.h b/src/verify.h index ad74f1f2..6246bc14 100644 --- a/src/verify.h +++ b/src/verify.h @@ -115,7 +115,7 @@ public: */ MISMATCHED_CPL_HASHES, /** The frame rate given in a reel for the main picture is not 24, 25, 30, 48, 50 or 60 - * note contains the invalid frame rate as "<numerator>/<denominator>" + * frame_rate contains the invalid frame rate * reel_index contains the reel index (starting from 0) */ INVALID_PICTURE_FRAME_RATE, @@ -212,13 +212,13 @@ public: */ INVALID_PICTURE_SIZE_IN_PIXELS, /** A picture asset is 2K but is not at 24, 25 or 48 fps as required by Bv2.1 [Bv2.1_7.1] - * note contains the invalid frame rate as "<numerator>/<denominator>" + * frame_rate contains the invalid frame rate * file contains the asset filename * reel_index contains the reel index (starting from 0) */ INVALID_PICTURE_FRAME_RATE_FOR_2K, /** A picture asset is 4K but is not at 24fps as required by Bv2.1 [Bv2.1_7.1] - * note contains the invalid frame rate as "<numerator>/<denominator>" + * frame_rate contains the invalid frame rate * file contains the asset filename * reel_index contains the reel index (starting from 0) */ @@ -283,7 +283,7 @@ public: /** There are more than 32 characters in at least one closed caption line [Bv2.1_7.2.6] */ INVALID_CLOSED_CAPTION_LINE_LENGTH, /** The audio sampling rate must be 48kHz [Bv2.1_7.3] - * note contains the invalid frame rate + * frame_rate contains the invalid frame rate * file contains the asset filename * reel_index contains the reel index (starting from 0) */ |
