Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
e3a97fd3
Commit
e3a97fd3
authored
Mar 09, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed warning (dvb).
parent
e0d63ad3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/access/dvb/en50221.c
modules/access/dvb/en50221.c
+2
-2
No files found.
modules/access/dvb/en50221.c
View file @
e3a97fd3
...
...
@@ -1834,7 +1834,7 @@ static int InitSlot( access_t * p_access, int i_slot )
break
;
}
if
(
TPDUSend
(
p_access
,
i_slot
,
T_CREATE_TC
,
NULL
,
NULL
)
if
(
TPDUSend
(
p_access
,
i_slot
,
T_CREATE_TC
,
NULL
,
0
)
!=
VLC_SUCCESS
)
{
msg_Err
(
p_access
,
...
...
@@ -2030,7 +2030,7 @@ int en50221_Poll( access_t * p_access )
if
(
!
p_sys
->
pb_tc_has_data
[
i_slot
]
)
{
if
(
TPDUSend
(
p_access
,
i_slot
,
T_DATA_LAST
,
NULL
,
NULL
)
!=
if
(
TPDUSend
(
p_access
,
i_slot
,
T_DATA_LAST
,
NULL
,
0
)
!=
VLC_SUCCESS
)
{
msg_Err
(
p_access
,
...
...
Write
Preview
Markdown
is supported
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