[vlc-commits] access: dtv: events are sent high pri
Francois Cartegnie
git at videolan.org
Tue May 3 18:45:43 CEST 2016
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Apr 26 21:55:05 2016 +0200| [7e8b61deea7d126b1cc7351e5677ea3cc8d8afff] | committer: Francois Cartegnie
access: dtv: events are sent high pri
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7e8b61deea7d126b1cc7351e5677ea3cc8d8afff
---
modules/access/dtv/linux.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access/dtv/linux.c b/modules/access/dtv/linux.c
index 0aded5d..1d50a64 100644
--- a/modules/access/dtv/linux.c
+++ b/modules/access/dtv/linux.c
@@ -326,7 +326,7 @@ ssize_t dvb_read (dvb_device_t *d, void *buf, size_t len, int ms)
if (d->frontend != -1)
{
ufd[1].fd = d->frontend;
- ufd[1].events = POLLIN;
+ ufd[1].events = POLLPRI;
n = 2;
}
else
More information about the vlc-commits
mailing list