From 3049fc8a09326f60deb53fce04e24e47b2b094fd Mon Sep 17 00:00:00 2001 From: arpi Date: Tue, 2 Jul 2002 20:04:13 +0000 Subject: [PATCH] 100l git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6621 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mplayer.c b/mplayer.c index ebfbd2c0bb..ab55cd22ba 100644 --- a/mplayer.c +++ b/mplayer.c @@ -1566,7 +1566,7 @@ if(!sh_video) { /*========================== PLAY VIDEO ============================*/ float frame_time=next_frame_time; - float delay=audio_out->get_delay()*0.5; + float delay=0; //audio_out->get_delay()*0.5; vo_pts=sh_video->timer*90000.0; vo_fps=sh_video->fps;