diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-29 16:11:39 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | ad1b660b6b3132952bdc2d4e5682fa164c82dd37 (patch) | |
| tree | e18055c22afbfd3fbdc20d863c6fba63724125cc /src/verify.h | |
| parent | b3759f9f0bc6f00a6e4492b013f30538a3e9b9ec (diff) | |
INVALID_TIMED_TEXT_SIZE_IN_BYTES: note -> size_in_bytes.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h index 67763eb9..1cb6acc0 100644 --- a/src/verify.h +++ b/src/verify.h @@ -237,7 +237,7 @@ public: */ INVALID_CLOSED_CAPTION_XML_SIZE_IN_BYTES, /** Any timed text asset's total files is larger than 115MB [Bv2.1_7.2.1] - * note contains the invalid size in bytes + * size_in_bytes contains the invalid size in bytes * file contains the asset filename */ INVALID_TIMED_TEXT_SIZE_IN_BYTES, |
