fprintf slowdown removed from dtsc.cpp
This commit is contained in:
parent
f173ad0966
commit
7ea9dd9654
1 changed files with 1 additions and 1 deletions
|
@ -924,7 +924,7 @@ bool DTSC::File::seek_time(int ms, int trackNo){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
currentPositions.insert(tmpPos);
|
currentPositions.insert(tmpPos);
|
||||||
fprintf(stderr,"Seek_time to %d on track %d, time %d on track %d found\n", ms, trackNo, tmpPos.seekTime,tmpPos.trackID);
|
//fprintf(stderr,"Seek_time to %d on track %d, time %d on track %d found\n", ms, trackNo, tmpPos.seekTime,tmpPos.trackID);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Attempts to seek to the given time in ms within the file.
|
/// Attempts to seek to the given time in ms within the file.
|
||||||
|
|
Loading…
Add table
Reference in a new issue