diff mplayer.c @ 6028:bd016664dc18

UMRs fixed - noticed by Nilmoni Deb <ndeb@ece.cmu.edu>
author arpi
date Thu, 09 May 2002 08:59:07 +0000
parents be9cd7d845c2
children 47d6a4b0f971
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){