• Andreas Rheinhardt's avatar
    avformat/matroskadec: Allow multiple Tags elements · ff4da60f
    Andreas Rheinhardt authored
    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: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    ff4da60f
matroskadec.c 159 KB