Skip to content

qtdemux: Skip zero-sized boxes instead of stopping to look at further boxes

Sebastian Dröge requested to merge slomo/gstreamer:skip-zero-sized-boxes into main

A zero-sized box is not really a problem and can be skipped to look at any possibly following ones.

BMD ATEM devices specifically write a zero-sized bmdc box in the sample description, followed by the avcC box in case of h264. Previously the avcC box would simply not be read at all and the file would be unplayable.

Merge request reports

Loading