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
671198a8
Commit
671198a8
authored
Aug 25, 2008
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics.
parent
7e34273a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
modules/access/dvb/scan.c
modules/access/dvb/scan.c
+3
-5
No files found.
modules/access/dvb/scan.c
View file @
671198a8
...
...
@@ -290,7 +290,6 @@ bool scan_IsCancelled( scan_t *p_scan )
static
scan_service_t
*
ScanFindService
(
scan_t
*
p_scan
,
int
i_service_start
,
int
i_program
)
{
/* FIXME add network id */
for
(
int
i
=
i_service_start
;
i
<
p_scan
->
i_service
;
i
++
)
{
if
(
p_scan
->
pp_service
[
i
]
->
i_program
==
i_program
)
...
...
@@ -304,7 +303,7 @@ static void PATCallBack( scan_session_t *p_session, dvbpsi_pat_t *p_pat )
{
vlc_object_t
*
p_obj
=
p_session
->
p_obj
;
msg_
Err
(
p_obj
,
"PATCallBack"
);
msg_
Dbg
(
p_obj
,
"PATCallBack"
);
/* */
if
(
p_session
->
p_pat
&&
p_session
->
p_pat
->
b_current_next
)
...
...
@@ -337,7 +336,7 @@ static void SDTCallBack( scan_session_t *p_session, dvbpsi_sdt_t *p_sdt )
{
vlc_object_t
*
p_obj
=
p_session
->
p_obj
;
msg_
Err
(
p_obj
,
"SDTCallBack"
);
msg_
Dbg
(
p_obj
,
"SDTCallBack"
);
if
(
p_session
->
p_sdt
&&
p_session
->
p_sdt
->
b_current_next
)
{
...
...
@@ -393,7 +392,7 @@ static void NITCallBack( scan_session_t *p_session, dvbpsi_nit_t *p_nit )
{
vlc_object_t
*
p_obj
=
p_session
->
p_obj
;
msg_
Err
(
p_obj
,
"NITCallBack"
);
msg_
Dbg
(
p_obj
,
"NITCallBack"
);
msg_Dbg
(
p_obj
,
"new NIT network_id=%d version=%d current_next=%d"
,
p_nit
->
i_network_id
,
p_nit
->
i_version
,
p_nit
->
b_current_next
);
...
...
@@ -498,7 +497,6 @@ static void NITCallBack( scan_session_t *p_session, dvbpsi_nit_t *p_nit )
}
}
}
//dvbpsi_DeleteNIT( p_nit );
}
static
void
PSINewTableCallBack
(
scan_session_t
*
p_session
,
dvbpsi_handle
h
,
uint8_t
i_table_id
,
uint16_t
i_extension
)
...
...
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