Commit a8fb2659 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

POLLHUP and POLLERR only make sense in revents

parent 2d652d01
......@@ -218,7 +218,7 @@ static int Open( vlc_object_t *p_this )
raw1394_start_iso_rcv( p_sys->p_raw1394, p_sys->i_channel );
p_sys->raw1394_poll.fd = raw1394_get_fd( p_sys->p_raw1394 );
p_sys->raw1394_poll.events = POLLIN | POLLERR | POLLHUP | POLLPRI;
p_sys->raw1394_poll.events = POLLIN | POLLPRI;
/* Update default_pts to a suitable value for udp access */
var_Create( p_access, "dv-caching", VLC_VAR_INTEGER | VLC_VAR_DOINHERIT );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment