don't reset cpu usage counters at seek

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3824 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-12-28 01:37:34 +00:00
parent a8dd07aaad
commit 196d9ec158
1 changed files with 1 additions and 1 deletions

View File

@ -2119,7 +2119,7 @@ if(rel_seek_secs || abs_seek_pos){
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;