matroska icon indicating copy to clipboard operation
matroska copied to clipboard

The demuxer does not handle Void elements in random places

Open lu-zero opened this issue 7 years ago • 3 comments
trafficstars

A Void element should be always ignored and skipped. See the usual file for an example.

lu-zero avatar Oct 04 '18 00:10 lu-zero

Actually the problem was different, still we might have problems if some files are creative I'm afraid.

lu-zero avatar Oct 04 '18 01:10 lu-zero

If we're talking about Void Elements within a Master Element, that case is covered as long as the matroska_permutation helper is used. Void Elements can also happen at the Root level though, which is probably not covered at the moment.

FreezyLemon avatar Apr 09 '23 19:04 FreezyLemon

Let's leave this issue opened up till Void Elements at the Root level will be covered

Luni-4 avatar Apr 11 '23 07:04 Luni-4