Mercurial > mplayer.hg
diff libvo/vo_dxr3.c @ 11530:6d4ffbc33238
Added a patch from Anders Rune Jensen to support the latest em8300 CVS changes
author | mswitch |
---|---|
date | Fri, 28 Nov 2003 20:49:34 +0000 |
parents | 23b1d5ef281b |
children | 85e503ddf65f |
line wrap: on
line diff
--- a/libvo/vo_dxr3.c Fri Nov 28 20:43:00 2003 +0000 +++ b/libvo/vo_dxr3.c Fri Nov 28 20:49:34 2003 +0000 @@ -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) {