Fix for MP3 in MP4
This commit is contained in:
parent
acecdff31c
commit
e5ebc0656a
1 changed files with 4 additions and 1 deletions
|
@ -80,7 +80,10 @@ namespace Mist {
|
|||
tmpRes += 16//SMHD Box
|
||||
+ 16//STSD
|
||||
+ 36//MP4A
|
||||
+ 37 + thisTrack.init.size();//ESDS
|
||||
+ 35;
|
||||
if (thisTrack.init.size()){
|
||||
tmpRes += 2 + thisTrack.init.size();//ESDS
|
||||
}
|
||||
}
|
||||
|
||||
if (!fragmented){
|
||||
|
|
Loading…
Add table
Reference in a new issue