You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Open a file containing boxes of any AbstractAppleMetaData subclass (I used
the 720p Serenity trailer from http://www.h264info.com/clips.html)
2. Do a recursive getBoxes call for any non-Apple box type (e.g. TrackBox)
What is the expected output? What do you see instead?
Expect the correct boxes to be returned. Instead, a null pointer exception
occurs at AbstractContainerBox.java:82 while processing (in my case) an
AppleStandardGenreBox.
What version of the product are you using? On what operating system?
isoparser 1.0-RC-15 from Maven on OS X 1.8.2
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 17 Apr 2013 at 2:28
The text was updated successfully, but these errors were encountered:
I'd like to add that I worked around this issue by using a non-recursive call
to getBoxes. It works, but it resulted in far more code than was necessary to
do what I wanted.
Original issue reported on code.google.com by
[email protected]
on 17 Apr 2013 at 2:28The text was updated successfully, but these errors were encountered: