mirror of https://github.com/mpv-player/mpv
UMRs fixed - noticed by Nilmoni Deb <ndeb@ece.cmu.edu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6029 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
30d9f26685
commit
cfb9f3ce78
|
@ -1361,13 +1361,15 @@ int too_fast_frame_cnt=0;
|
|||
// for auto-quality:
|
||||
float AV_delay=0; // average of A-V timestamp differences
|
||||
double vdecode_time;
|
||||
unsigned int lastframeout_ts;
|
||||
unsigned int lastframeout_ts=0;
|
||||
float time_frame_corr_avg=0;
|
||||
|
||||
float next_frame_time=0;
|
||||
int frame_time_remaining=0; // flag
|
||||
int blit_frame=0;
|
||||
|
||||
osd_text_buffer[0]=0;
|
||||
|
||||
//================ SETUP AUDIO ==========================
|
||||
|
||||
if(sh_audio){
|
||||
|
|
Loading…
Reference in New Issue