Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
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
libdvbpsi
Commits
311cd26e
Commit
311cd26e
authored
May 24, 2018
by
Aman Gupta
Committed by
Jean-Paul Saman
May 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Signed-off-by: Aman Gupta <aman@tmm1.net>
Signed-off-by:
Jean-Paul Saman
<
jpsaman@videolan.org
>
parent
2bf10d9c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/tables/atsc_mgt.h
src/tables/atsc_mgt.h
+2
-2
No files found.
src/tables/atsc_mgt.h
View file @
311cd26e
...
...
@@ -129,7 +129,7 @@ __attribute__((deprecated,unused))
inline
bool
dvbpsi_atsc_AttachMGT
(
dvbpsi_t
*
p_dvbpsi
,
uint8_t
i_table_id
,
uint16_t
i_extension
,
dvbpsi_atsc_mgt_callback
pf_callback
,
void
*
p_priv
)
{
dvbpsi_atsc_mgt_attach
(
p_dvbpsi
,
i_table_id
,
i_extension
,
return
dvbpsi_atsc_mgt_attach
(
p_dvbpsi
,
i_table_id
,
i_extension
,
pf_callback
,
p_priv
);
}
...
...
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