Mercurial > mplayer.hg
changeset 3823:a88100f9e7c0
don't reset cpu usage counters at seek
author | arpi |
---|---|
date | Fri, 28 Dec 2001 01:37:34 +0000 |
parents | cdaacdac6571 |
children | be5e58955f57 |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Fri Dec 28 01:24:49 2001 +0000 +++ b/mplayer.c Fri Dec 28 01:37:34 2001 +0000 @@ -2119,7 +2119,7 @@ c_total=0; max_pts_correction=0.1; osd_visible=sh_video->fps; // to rewert to PLAY pointer after 1 sec - audio_time_usage=0; video_time_usage=0; vout_time_usage=0; +// audio_time_usage=0; video_time_usage=0; vout_time_usage=0; drop_frame_cnt=0; too_slow_frame_cnt=0; too_fast_frame_cnt=0;