1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-06 22:28:01 +00:00

multifile (informal output) fix by Balazs Tibor (tibcu)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6586 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-06-28 16:33:46 +00:00
parent 170f2d3b78
commit 05258251d2

View File

@ -1488,6 +1488,7 @@ if (dvd_nav && stream->type==STREAMTYPE_DVDNAV) {
total_time_usage_start=GetTimer();
audio_time_usage=0; video_time_usage=0; vout_time_usage=0;
total_frame_cnt=0; drop_frame_cnt=0; // fix for multifile fps benchmark
while(!eof){
float aq_sleep_time=0;