From 0d245163c4cea6c769838c637ec4bd49a7a7aafa Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 24 Feb 2016 21:30:47 +0100 Subject: [PATCH] Updated mkvalidator ERR009 read doc type version higher than doc type version (markdown) --- ...ERR009-read-doc-type-version-higher-than-doc-type-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkvalidator-ERR009-read-doc-type-version-higher-than-doc-type-version.md b/mkvalidator-ERR009-read-doc-type-version-higher-than-doc-type-version.md index fbf2bad..1ec8627 100644 --- a/mkvalidator-ERR009-read-doc-type-version-higher-than-doc-type-version.md +++ b/mkvalidator-ERR009-read-doc-type-version-higher-than-doc-type-version.md @@ -28,4 +28,4 @@ Starting with 5.9.0 mkvmerge writes two elements from the v4 specs, `CueDuration And here's where the bug in mkvalidator lay: it compared `DocTypeReadVersion < DocTypeVersion` instead of the other way around. The error it therefore issued, however, is correct in its wording; only the numbers listed didn't make sense because they're taken directly from the file. -Categories: [mkvalidator](Category-mkvalidator) +Categories: [mkvalidator](FAQ#category-mkvalidator)