Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
8623562d
Commit
8623562d
authored
Mar 03, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DVB access: kill 3 warnings
parent
19570f8a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/access/dvb/linux_dvb.c
modules/access/dvb/linux_dvb.c
+1
-1
modules/access/dvb/scan.c
modules/access/dvb/scan.c
+1
-1
No files found.
modules/access/dvb/linux_dvb.c
View file @
8623562d
...
...
@@ -1042,7 +1042,7 @@ static int FrontendSetQAM( access_t *p_access )
access_sys_t
*
p_sys
=
p_access
->
p_sys
;
frontend_t
*
p_frontend
=
p_sys
->
p_frontend
;
struct
dvb_frontend_parameters
fep
;
int
i_val
;
unsigned
int
i_val
;
/* Prepare the fep structure */
...
...
modules/access/dvb/scan.c
View file @
8623562d
...
...
@@ -786,7 +786,7 @@ void scan_session_Clean( scan_t *p_scan, scan_session_t *p_session )
if
(
s
)
{
if
(
!
s
->
psz_name
)
s
->
psz_name
=
dvbsi_to_utf8
(
pD
->
i_service_name
,
pD
->
i_service_name_length
);
s
->
psz_name
=
dvbsi_to_utf8
(
(
const
char
*
)
pD
->
i_service_name
,
pD
->
i_service_name_length
);
if
(
s
->
type
==
SERVICE_UNKNOWN
)
{
...
...
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