fprintf slowdown removed from dtsc.cpp

This commit is contained in:
Oswald Auguste de Bruin 2013-08-19 08:45:42 +02:00
parent f173ad0966
commit 7ea9dd9654

View file

@ -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.