[Mplayer-cvslog] CVS: main mplayer.c,1.284,1.285
Arpi of Ize
arpi at mplayer.dev.hu
Thu Sep 27 23:29:56 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main stream.c,1.16,1.17
- Next message: [Mplayer-cvslog] CVS: main/DOCS cd-dvd.html,1.11,1.12 codecs.html,1.14,1.15 documentation.html,1.57,1.58 faq.html,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv32679
Modified Files:
mplayer.c
Log Message:
-delay fixed
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -r1.284 -r1.285
--- mplayer.c 27 Sep 2001 12:59:35 -0000 1.284
+++ mplayer.c 27 Sep 2001 21:29:40 -0000 1.285
@@ -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);
- Previous message: [Mplayer-cvslog] CVS: main stream.c,1.16,1.17
- Next message: [Mplayer-cvslog] CVS: main/DOCS cd-dvd.html,1.11,1.12 codecs.html,1.14,1.15 documentation.html,1.57,1.58 faq.html,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list