diff mplayer.c @ 2000:5fd3f344fc89

-delay fixed
author arpi
date Thu, 27 Sep 2001 21:29:40 +0000
parents 72f0648df475
children dc21c5f373c4
line wrap: on
line diff
--- a/mplayer.c	Thu Sep 27 20:36:53 2001 +0000
+++ b/mplayer.c	Thu Sep 27 21:29:40 2001 +0000
@@ -1125,7 +1125,7 @@
 }
 
   sh_video->timer=0;
-  if(sh_audio) sh_audio->timer=0;
+  if(sh_audio) sh_audio->timer=-audio_delay;
 
 if(!sh_audio){
   mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_NoSound);