diff mplayer.c @ 4203:7cfa69df9e0b

reverted old seeking method - ask Holm why...
author arpi
date Thu, 17 Jan 2002 00:32:46 +0000
parents 116abdd0aed1
children 401149ba73fd
line wrap: on
line diff
--- a/mplayer.c	Thu Jan 17 00:26:40 2002 +0000
+++ b/mplayer.c	Thu Jan 17 00:32:46 2002 +0000
@@ -2236,7 +2236,7 @@
       c_total=0;
       max_pts_correction=0.1;
       osd_visible=sh_video->fps; // to rewert to PLAY pointer after 1 sec
-//      audio_time_usage=0; video_time_usage=0; vout_time_usage=0;
+      audio_time_usage=0; video_time_usage=0; vout_time_usage=0;
       drop_frame_cnt=0;
       too_slow_frame_cnt=0;
       too_fast_frame_cnt=0;