Skip to content

qtdemux: Handle moov atom length=0 case by reading until the end

Vivia Nikolaidou requested to merge vivia/gstreamer:qtdemux_moov_length into main

Previously it would fail to demux the file by trying to read G_MAXUINT64 bytes.

Merge request reports