[FFmpeg-cvslog] doc/muxers: Document title tag for attachments

Andreas Rheinhardt git at videolan.org
Tue May 19 06:34:27 EEST 2020


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Wed May  6 16:02:14 2020 +0200| [9a8b984efaab2f13e4b81b6ede35fb02a853e4e7] | committer: Andreas Rheinhardt

doc/muxers: Document title tag for attachments

The Matroska muxer has always mapped the title tag to the FileDescription
element for attachments streams since support for writing attachments
was added in commit c7a63a521b5c165405e3577751d649529d09f0c5. This
commit merely documents this fact.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9a8b984efaab2f13e4b81b6ede35fb02a853e4e7
---

 doc/muxers.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index abdeaf2b22..c598abbe66 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1314,7 +1314,8 @@ The recognized metadata settings in this muxer are:
 
 @table @option
 @item title
-Set title name provided to a single track.
+Set title name provided to a single track. This gets mapped to
+the FileDescription element for a stream written as attachment.
 
 @item language
 Specify the language of the track in the Matroska languages form.



More information about the ffmpeg-cvslog mailing list