diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-31 22:57:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | 7e9736d5e07fb3f608ad78c251deb183f2989d5d (patch) | |
| tree | e9207f6b3fa8273e30d08f79d0b8a65bfca44807 /src/verify.h | |
| parent | a44e4cedc7054cb12979fb0cb188bf6d8545aebf (diff) | |
INCORRECT_SUBTITLE_NAMESPACE_COUNT: note -> asset_id.
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 0a876f1c..ba742244 100644 --- a/src/verify.h +++ b/src/verify.h @@ -556,7 +556,7 @@ public: */ INVALID_JPEG2000_TILE_PART_SIZE, /** A subtitle XML root node has more than one namespace (xmlns) declaration. - * note contains the asset ID + * asset_id contains the asset ID * reel_index contains the reel index (starting from 0) */ INCORRECT_SUBTITLE_NAMESPACE_COUNT, |
