sannies / mp4parser

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

Issue when parsing Meta box #268

Open frederic-giltay opened 7 years ago

frederic-giltay commented 7 years ago

When upgrading from 1.x to 2.x, I have a problem reading the metabox from this file

Looking at the code, it seems related to the fix you did for issue 151 in 1.x but is no longer in 2.x. So now, for my meta boxes,MetaBox class is trying to parse version and flags when is should look for a hdlr box.