[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.110,1.111

David Holm CVS mswitch at mplayerhq.hu
Tue Nov 26 23:59:00 CET 2002


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

Modified Files:
	vo_dxr3.c 
Log Message:
Fix


Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- vo_dxr3.c	11 Nov 2002 15:20:25 -0000	1.110
+++ vo_dxr3.c	26 Nov 2002 22:58:56 -0000	1.111
@@ -409,7 +409,7 @@
 	}
 
 	/* Set the playmode to play (just in case another app has set it to something else) */
-	ioval = EM8300_PLAYMODE_PLAY;
+	ioval = EM8300_PLAYMODE_SYNC;
 	if (ioctl(fd_control, EM8300_IOCTL_SET_PLAYMODE, &ioval) < 0) {
 		printf("VO: [dxr3] Unable to set playmode!\n");
 	}




More information about the MPlayer-cvslog mailing list