diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-28 23:12:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | cd929c438d5e727a78027607fa0c047b26e30642 (patch) | |
| tree | a19b9e73252a95cca7fd7896ae7f86088db7e0e3 /src/verify.h | |
| parent | e144eafe81f5c7ef51d3c4078a08e69b4e9a79e7 (diff) | |
INVALID_INTRINSIC_DURATION: 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 515bbed5..e7d70dd2 100644 --- a/src/verify.h +++ b/src/verify.h @@ -166,7 +166,7 @@ public: /** No _ASSETMAP_ or _ASSETMAP.xml_ was found */ MISSING_ASSETMAP, /** An asset's _IntrinsicDuration_ is less than 1 second - * note contains asset ID + * asset_id contains asset ID * reel_index contains the reel index (starting from 0) */ INVALID_INTRINSIC_DURATION, |
