Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPE on recursive search #61

Open
GoogleCodeExporter opened this issue Apr 20, 2016 · 1 comment
Open

NPE on recursive search #61

GoogleCodeExporter opened this issue Apr 20, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

When I run List<AudioSampleEntry> boxes = 
isoFile.getMovieBox()   .getBoxes(AudioSampleEntry.class, true);

I get: 

Caused by: java.lang.NullPointerException
 at java.util.ArrayList.addAll(ArrayList.java:184)
 at com.googlecode.mp4parser.AbstractContainerBox.getBoxes(AbstractContainerBox.java:83)
 at com.googlecode.mp4parser.AbstractContainerBox.getBoxes(AbstractContainerBox.java:83)

Original issue reported on code.google.com by [email protected] on 7 May 2013 at 10:54

@GoogleCodeExporter
Copy link
Author

Sorry for coming back so late to this but generally this line of code works. It 
might in your special case that it is not working. You will need to provide me 
with a fully (not-)working example so I can reproduce the problem

Original comment by Sebastian.Annies on 30 Jun 2013 at 7:05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant