mirror of
https://github.com/mpv-player/mpv
synced 2025-03-08 23:27:33 +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:
parent
170f2d3b78
commit
05258251d2
@ -1488,6 +1488,7 @@ if (dvd_nav && stream->type==STREAMTYPE_DVDNAV) {
|
|||||||
|
|
||||||
total_time_usage_start=GetTimer();
|
total_time_usage_start=GetTimer();
|
||||||
audio_time_usage=0; video_time_usage=0; vout_time_usage=0;
|
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){
|
while(!eof){
|
||||||
float aq_sleep_time=0;
|
float aq_sleep_time=0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user