]> git.sesse.net Git - ffmpeg/commit
avformat/matroskaenc: Warn that WebM doesn't support Attachments
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 2 Nov 2019 17:56:31 +0000 (18:56 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 21 Apr 2020 05:41:21 +0000 (07:41 +0200)
commitef45cccc81d5f0deff2c69d223bf0bd7c0012294
treedc0c86b4a3e9393333e7b382f4a42b20ca927824
parent4dd63ae86c311da269426803d440d907cd9f66a2
avformat/matroskaenc: Warn that WebM doesn't support Attachments

As WebM doesn't support Attachments, the Matroska muxer drops them when
in WebM mode. This happened silently until this commit which adds a
warning for this.

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