mkvmerge man page: remove wrong statement about MIME type having to be set

This commit is contained in:
Moritz Bunkus 2024-10-18 21:45:13 +02:00
parent ec570f69d5
commit 77094cb65f
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -1161,10 +1161,9 @@ $ mkvmerge -o out.mkv '(' file.mkv ')'</screen>
</term>
<listitem>
<para>
Creates a file attachment inside the &matroska; file. The <abbrev>MIME</abbrev> type must have been set before this option can used. The
difference between the two forms is that during splitting the files attached with <option>--attach-file</option> are attached to all
output files while the ones attached with <option>--attach-file-once</option> 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 <option>--attach-file</option> are attached to all output files while the ones attached with
<option>--attach-file-once</option> are only attached to the first file created. If splitting is not used then both do the same.
</para>
<para>