changeset 6585:eb10ce6b3f18

multifile (informal output) fix by Balazs Tibor (tibcu)
author alex
date Fri, 28 Jun 2002 16:33:46 +0000
parents 07b8c8a03503
children df10f81f1bfc
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Fri Jun 28 09:33:38 2002 +0000
+++ b/mplayer.c	Fri Jun 28 16:33:46 2002 +0000
@@ -1488,6 +1488,7 @@
 
 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;