Improved debug message levels for MP4 output
This commit is contained in:
parent
c4d036490f
commit
ef8d305f37
1 changed files with 1 additions and 4 deletions
|
@ -339,7 +339,7 @@ namespace Mist {
|
||||||
temp.trackID = *subIt;
|
temp.trackID = *subIt;
|
||||||
temp.time = myMeta.tracks[*subIt].firstms;//timeplace of frame
|
temp.time = myMeta.tracks[*subIt].firstms;//timeplace of frame
|
||||||
temp.index = 0;
|
temp.index = 0;
|
||||||
INFO_MSG("adding to sortSet: tid %lu time %lu", temp.trackID, temp.time);
|
HIGH_MSG("Header sortSet: tid %lu time %lu", temp.trackID, temp.time);
|
||||||
sortSet.insert(temp);
|
sortSet.insert(temp);
|
||||||
}
|
}
|
||||||
while (!sortSet.empty()) {
|
while (!sortSet.empty()) {
|
||||||
|
@ -505,9 +505,6 @@ namespace Mist {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Always initialize before anything else
|
|
||||||
initialize();
|
|
||||||
|
|
||||||
//Make sure we start receiving data after this function
|
//Make sure we start receiving data after this function
|
||||||
///\todo Should this happen here?
|
///\todo Should this happen here?
|
||||||
parseData = true;
|
parseData = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue