LTS: Improved debug message levels for MP4 output
This commit is contained in:
parent
6730f9047e
commit
029e978887
1 changed files with 1 additions and 2 deletions
|
@ -596,6 +596,7 @@ namespace Mist {
|
|||
temp.index = i;
|
||||
temp.size = thisTrack.parts[temp.index].getSize();
|
||||
timeStamp += thisTrack.parts[temp.index].getDuration();
|
||||
HIGH_MSG("Fragment sortSet: tid %lu time %lu", temp.trackID, temp.time);
|
||||
trunOrder.insert(temp);
|
||||
}
|
||||
}
|
||||
|
@ -758,8 +759,6 @@ namespace Mist {
|
|||
}
|
||||
}
|
||||
/*LTS-END*/
|
||||
//Always initialize before anything else
|
||||
initialize();
|
||||
|
||||
//Make sure we start receiving data after this function
|
||||
///\todo Should this happen here?
|
||||
|
|
Loading…
Add table
Reference in a new issue