diff --git a/NEWS.md b/NEWS.md index ce53cbc08..2ba230cda 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,6 +11,9 @@ found. Fixes #3744. * mkvmerge: MP4 reader: mkvmerge will no longer warn when multiple identical FourCCs are present within the same track headers. Fixes #3748. +* mkvmerge man page: removed the wrong statement that an attachment's MIME + type must be set before use of the `--attach-file` & `--attach-file-once` + options. If not given, mkvmerge auto-detects the MIME type. # Version 87.0 "Black as the Sky" 2024-09-07 diff --git a/doc/man/mkvmerge.xml b/doc/man/mkvmerge.xml index 72e5ce087..a59af92c9 100644 --- a/doc/man/mkvmerge.xml +++ b/doc/man/mkvmerge.xml @@ -1161,10 +1161,9 @@ $ mkvmerge -o out.mkv '(' file.mkv ')' - Creates a file attachment inside the &matroska; file. The MIME type must have been set before this option can used. The - difference between the two forms is that during splitting the files attached with are attached to all - output files while the ones attached with are only attached to the first file created. If - splitting is not used then both do the same. + Creates a file attachment inside the &matroska; file. The difference between the two forms is that during splitting the files + attached with are attached to all output files while the ones attached with + are only attached to the first file created. If splitting is not used then both do the same.