Eyevinn / mp4ff

Library and tools for parsing and writing MP4 files including video, audio and subtitles. The focus is on fragmented files. Includes mp4ff-info, mp4ff-encrypt, mp4ff-decrypt and other tools.
MIT License
445 stars 81 forks source link

Improved url box parsing #355

Closed tobbee closed 3 months ago

tobbee commented 3 months ago

The URL box should have a zero-terminated location string, or no data. This PR supports that the termination zero byte is missing and that there is a URL also when the content has the flag set to indicate that it is self-contained.

Solves #353.