summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-30 21:34:50 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-01 23:43:00 +0200
commit7a1a6bb6cd9457a870b690ae8fb3a7912a97b118 (patch)
tree6552fe40aa74ffa7eda6b586b2c60b94f49f4b59 /src/verify.h
parent5b3346c8243af6e42b535b34f24c0a6db616493c (diff)
MISMATCHED_TIMED_TEXT_DURATION: note -> duration, other_duration.
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h
index 0b16c8ae..21ef1857 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -467,7 +467,8 @@ public:
*/
INCORRECT_TIMED_TEXT_ASSET_ID,
/** The ContainerDuration of a timed text MXF is not the same as the _Duration_ in its reel [Bv2.1_10.4.3]
- * note contains the reel duration, followed by a space, followed by the MXF duration
+ * duration contains the MXF duration
+ * other_duration contains the reel duration
* file contains the asset filename
* reel_index contains the reel index (starting from 0)
*/