zouhouzi / mp4parser

Automatically exported from code.google.com/p/mp4parser
0 stars 0 forks source link

tfhd parser doesn't recognize default-base-is-moof flag #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. The code 0x20000 is not checked in the source code of 
TrackFragmentHeaderBox.java
although it is defined in the 2012 version of ISO 14496-12.

What is the expected output? What do you see instead?
There should be a possibility to check this flag in the code.
Right now, I need to assume that the baseDataOffset is moof.

What version of the product are you using? On what operating system?
This is in the latest source

Please provide any additional information below.
MediaExcel is sending this flag in their DASH content.

Original issue reported on code.google.com by einarsso...@gmail.com on 29 Oct 2013 at 10:21