Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libdvbpsi
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
François Cartegnie
libdvbpsi
Commits
fe8e756d
Commit
fe8e756d
authored
12 years ago
by
Jean-Paul Saman
Browse files
Options
Downloads
Patches
Plain Diff
src/demux.h: fix comment for dvbpsi_demux_new_cb_t
parent
56fddbe8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/demux.h
+2
-2
2 additions, 2 deletions
src/demux.h
with
2 additions
and
2 deletions
src/demux.h
+
2
−
2
View file @
fe8e756d
...
...
@@ -49,8 +49,8 @@ extern "C" {
* \brief Callback used in case of a new subtable detected.
*/
typedef
void
(
*
dvbpsi_demux_new_cb_t
)
(
dvbpsi_t
*
p_dvbpsi
,
/*!< pointer to dvbpsi handle */
uint8_t
i_table_id
,
/*!< table id to
de
tach */
uint16_t
i_extension
,
/*!< table extention to
de
tach */
uint8_t
i_table_id
,
/*!< table id to
at
tach */
uint16_t
i_extension
,
/*!< table extention to
at
tach */
void
*
p_cb_data
);
/*!< pointer to callback data */
/*!
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment