[Mplayer-cvslog] CVS: main/libvo vo_mpegpes.c,1.35,1.36

Arpi of Ize arpi at mplayerhq.hu
Wed Oct 23 16:39:46 CEST 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv5400

Modified Files:
	vo_mpegpes.c 
Log Message:
re-enabled a-v sync


Index: vo_mpegpes.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_mpegpes.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- vo_mpegpes.c	8 Oct 2002 23:11:49 -0000	1.35
+++ vo_mpegpes.c	23 Oct 2002 14:39:13 -0000	1.36
@@ -121,7 +121,7 @@
 		perror("DVB VIDEO PLAY: ");
 		return -1;
 	}
-	if ( (ioctl(vo_mpegpes_fd2,AUDIO_SET_AV_SYNC, false) < 0)){
+	if ( (ioctl(vo_mpegpes_fd2,AUDIO_SET_AV_SYNC, true) < 0)){
 		perror("DVB AUDIO SET AV SYNC: ");
 		return -1;
 	}




More information about the MPlayer-cvslog mailing list