Mercurial > mplayer.hg
changeset 6028:bd016664dc18
UMRs fixed - noticed by Nilmoni Deb <ndeb@ece.cmu.edu>
author | arpi |
---|---|
date | Thu, 09 May 2002 08:59:07 +0000 |
parents | 7c26ef54ff14 |
children | 5a3998758b13 |
files | mplayer.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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){