# HG changeset patch # User arpi # Date 1020934747 0 # Node ID bd016664dc18f206d1cf4d43544f352ae42fa4e9 # Parent 7c26ef54ff14ffd2b357af1c09649511feb9e40f UMRs fixed - noticed by Nilmoni Deb diff -r 7c26ef54ff14 -r bd016664dc18 mplayer.c --- a/mplayer.c Thu May 09 07:41:25 2002 +0000 +++ b/mplayer.c Thu May 09 08:59:07 2002 +0000 @@ -1361,13 +1361,15 @@ // 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){