Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
2a06d834
Commit
2a06d834
authored
Jun 29, 2006
by
sigmunau
Browse files
Fix a regression in r15404 causing people to experience artefacts and lost lock
parent
d69c29d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/dvb/access.c
View file @
2a06d834
...
...
@@ -408,7 +408,7 @@ static block_t *Block( access_t *p_access )
ufds
[
0
].
fd
=
p_sys
->
i_handle
;
ufds
[
0
].
events
=
POLLIN
;
ufds
[
1
].
fd
=
p_sys
->
i_frontend_handle
;
ufds
[
1
].
events
=
POLL
OUT
;
ufds
[
1
].
events
=
POLL
PRI
;
/* We'll wait 0.5 second if nothing happens */
/* Find if some data is available */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment