changeset 2000:5fd3f344fc89

-delay fixed
author arpi
date Thu, 27 Sep 2001 21:29:40 +0000
parents 0c45328c9f8b
children 05189dbfb847
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);