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
f84d6dd3
Commit
f84d6dd3
authored
Aug 20, 2012
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove comment
parent
ef32ce11
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
src/psi.c
src/psi.c
+0
-2
src/tables/rst.c
src/tables/rst.c
+0
-2
No files found.
src/psi.c
View file @
f84d6dd3
...
@@ -118,8 +118,6 @@ bool dvbpsi_CheckPSISection(dvbpsi_t *p_dvbpsi, dvbpsi_psi_section_t *p_section,
...
@@ -118,8 +118,6 @@ bool dvbpsi_CheckPSISection(dvbpsi_t *p_dvbpsi, dvbpsi_psi_section_t *p_section,
goto
error
;
goto
error
;
}
}
/* FIXME: Do we need to check the CRC for ALL tables? */
dvbpsi_debug
(
p_dvbpsi
,
psz_table_name
,
dvbpsi_debug
(
p_dvbpsi
,
psz_table_name
,
"Table version %2d, "
"i_extension %5d, "
"Table version %2d, "
"i_extension %5d, "
"section %3d up to %3d, "
"current %1d"
,
"section %3d up to %3d, "
"current %1d"
,
...
...
src/tables/rst.c
View file @
f84d6dd3
...
@@ -326,8 +326,6 @@ static bool dvbpsi_rst_section_check(dvbpsi_t *p_dvbpsi, dvbpsi_psi_section_t *p
...
@@ -326,8 +326,6 @@ static bool dvbpsi_rst_section_check(dvbpsi_t *p_dvbpsi, dvbpsi_psi_section_t *p
goto
error
;
goto
error
;
}
}
/* FIXME: Do we need to check the CRC for ALL tables? */
dvbpsi_debug
(
p_dvbpsi
,
psz_table_name
,
dvbpsi_debug
(
p_dvbpsi
,
psz_table_name
,
"Table version %2d, "
"i_extension %5d, "
"Table version %2d, "
"i_extension %5d, "
"section %3d up to %3d, "
"current %1d"
,
"section %3d up to %3d, "
"current %1d"
,
...
...
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