diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-05-01 00:49:49 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-05-08 13:42:35 +0200 |
commit | ff4da60fb8d849f709295bcdcb67726ea189d62b (patch) | |
tree | ac9ff4fbb95844dad5c3f6e5a500b8fccabff0b1 /libavformat/mvdec.c | |
parent | 7e9103535ab82b82cb2d440c205a65a7767fa060 (diff) | |
download | ffmpeg-ff4da60fb8d849f709295bcdcb67726ea189d62b.tar.gz |
avformat/matroskadec: Allow multiple Tags elements
The Matroska specification allows multiple (level 1) Tags elements per
file, yet our demuxer didn't: While it parsed any amount of Tags
elements it found in front of the Clusters (albeit with warnings because
of duplicate elements), it would treat any Tags element only referenced
via a SeekHead entry as already parsed if any Tags element has already
been parsed; therefore this Tags element would not be parsed at all.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavformat/mvdec.c')
0 files changed, 0 insertions, 0 deletions