summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-09 08:59:07 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-09 08:59:07 +0000
commitcfb9f3ce78f9b8f514c1b1137eb01b1bad831764 (patch)
tree3a5fe84ee2a22e80a04bfd13ca233a4fdcda842e /mplayer.c
parent30d9f266855c80e5f93c88d8e8b27c9eaad65917 (diff)
downloadmpv-cfb9f3ce78f9b8f514c1b1137eb01b1bad831764.tar.bz2
mpv-cfb9f3ce78f9b8f514c1b1137eb01b1bad831764.tar.xz
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
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 0314b88d68..44531a12ec 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -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){