Skip to content

asfdemux: Be more lenient towards malformed header

VLC counts METADATA as 1 even if the specification states you must not. This leads to asfdemux failing since there are no bytes left when asfdemux tries to extract the "last" header.

Do not fail hard in this case and try to proceed when everything else went fine. So at least gst-discoverer will see what's in the file.

Closes #3684 (closed)

Signed-off-by: Sebastian Gross sgross@emlix.com

Merge request reports