mirror of
https://github.com/mpv-player/mpv
synced 2025-03-18 17:40:30 +00:00
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:
parent
a8dd07aaad
commit
196d9ec158
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user