[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.117,1.118

David Holm CVS mswitch at mplayerhq.hu
Fri Nov 28 21:49:58 CET 2003


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

Modified Files:
	vo_dxr3.c 
Log Message:
Added a patch from Anders Rune Jensen to support the latest em8300 CVS changes

Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- vo_dxr3.c	18 Feb 2003 23:22:44 -0000	1.117
+++ vo_dxr3.c	28 Nov 2003 20:49:34 -0000	1.118
@@ -6,6 +6,10 @@
  */
 
 /* ChangeLog added 2002-01-10
+ * 2003-11-28:
+ *  Added a patch from Anders Rune Jensen to support the latest em8300 CVS
+ *  changes.
+ *
  * 2003-02-19:
  *  Yet another patch from Tamas Kohegyi to fix subpic placement.
  *
@@ -863,7 +867,6 @@
 		if (!strncmp("prebuf", arg, 6) && !dxr3_prebuf) {
 			printf("VO: [dxr3] Enabling prebuffering.\n");
 			dxr3_prebuf = 1;
-			fdflags |= O_NONBLOCK;
 		} else if (!strncmp("sync", arg, 4) && !dxr3_newsync) {
 			printf("VO: [dxr3] Using new sync engine.\n");
 			dxr3_newsync = 1;
@@ -951,7 +954,6 @@
 	strcpy(fdv_name, devname);
 	
 	/* Open the subpicture interface */
-	fdflags |= O_NONBLOCK;
 	sprintf(devname, "/dev/em8300_sp-%d", dxr3_device_num);
 	fd_spu = open(devname, fdflags);
 	if (fd_spu < 0) {



More information about the MPlayer-cvslog mailing list