diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-29 15:51:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | b3759f9f0bc6f00a6e4492b013f30538a3e9b9ec (patch) | |
| tree | adb4ebb5113ea4fd601874e2fa4fe8518aead687 /src/verify.h | |
| parent | b65880e549432818f750675a4f518eb96d1f486e (diff) | |
INVALID_CLOSED_CAPTION_XML_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 cab264db..67763eb9 100644 --- a/src/verify.h +++ b/src/verify.h @@ -231,7 +231,7 @@ public: */ INVALID_PICTURE_ASSET_RESOLUTION_FOR_3D, /** A closed caption's XML file is larger than 256KB [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 * reel_index contains the reel index (starting from 0) */ |
