]> git.sesse.net Git - ffmpeg/commit
avformat/matroskadec: Export FileDescription as title tag
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 6 May 2020 13:24:33 +0000 (15:24 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 19 May 2020 03:02:20 +0000 (05:02 +0200)
commit3bd26b285e41a3b759bd00ad634a3163f0e7f88f
tree94f73c008e018ccda18f9be5b4767d0b6226d353
parent4ebfc13c338423cf48f1a1266c890422367f7775
avformat/matroskadec: Export FileDescription as title tag

Each AttachedFile in Matroska can have a FileDescription element that
contains a human-friendly name for the attached file; yet this element
has been ignored up until now. This commit changes this and exports it
as title tag instead (the Matroska muxer mapped the title tag to the
AttachedFile element since support for Attachments was added).

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/matroskadec.c