sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.74k stars 563 forks source link

MOV file produces RuntimeException with 1.24.1, used to work with earlier version #427

Open IstvanD opened 3 years ago

IstvanD commented 3 years ago

Dear Maintainer,

For certain MOV files, a RuntimeException: box size of zero means 'till end of file. That is not yet supported get's thrown, and the temporary resource cannot be closed.

See: https://issues.apache.org/jira/browse/TIKA-3128