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
c2f3a9d7
Commit
c2f3a9d7
authored
Jan 07, 2002
by
Arnaud de Bossoreille de Ribou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetic change in debug messages.
parent
bfbc9602
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/pat.c
src/pat.c
+3
-3
src/pmt.c
src/pmt.c
+3
-3
No files found.
src/pat.c
View file @
c2f3a9d7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* pat.c: PAT decoder/generator
* pat.c: PAT decoder/generator
*----------------------------------------------------------------------------
*----------------------------------------------------------------------------
* (c)2001-2002 VideoLAN
* (c)2001-2002 VideoLAN
* $Id: pat.c,v 1.
1 2002/01/07 18:30:3
5 bozo Exp $
* $Id: pat.c,v 1.
2 2002/01/07 19:35:4
5 bozo Exp $
*
*
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
*
*
...
@@ -183,8 +183,8 @@ void dvbpsi_DecodePATSection(dvbpsi_decoder_t* p_decoder,
...
@@ -183,8 +183,8 @@ void dvbpsi_DecodePATSection(dvbpsi_decoder_t* p_decoder,
uint8_t
*
p_byte
;
uint8_t
*
p_byte
;
DVBPSI_DEBUG_ARG
(
"PAT decoder"
,
DVBPSI_DEBUG_ARG
(
"PAT decoder"
,
"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"
,
p_section
->
i_version
,
p_section
->
i_extension
,
p_section
->
i_version
,
p_section
->
i_extension
,
p_section
->
i_number
,
p_section
->
i_last_number
,
p_section
->
i_number
,
p_section
->
i_last_number
,
p_section
->
b_current_next
);
p_section
->
b_current_next
);
...
...
src/pmt.c
View file @
c2f3a9d7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* pmt.c: PMT decoder/generator
* pmt.c: PMT decoder/generator
*----------------------------------------------------------------------------
*----------------------------------------------------------------------------
* (c)2001-2002 VideoLAN
* (c)2001-2002 VideoLAN
* $Id: pmt.c,v 1.
1 2002/01/07 18:30:3
5 bozo Exp $
* $Id: pmt.c,v 1.
2 2002/01/07 19:35:4
5 bozo Exp $
*
*
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
*
*
...
@@ -255,8 +255,8 @@ void dvbpsi_DecodePMTSection(dvbpsi_decoder_t* p_decoder,
...
@@ -255,8 +255,8 @@ void dvbpsi_DecodePMTSection(dvbpsi_decoder_t* p_decoder,
uint8_t
*
p_byte
,
*
p_end
;
uint8_t
*
p_byte
,
*
p_end
;
DVBPSI_DEBUG_ARG
(
"PMT decoder"
,
DVBPSI_DEBUG_ARG
(
"PMT decoder"
,
"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"
,
p_section
->
i_version
,
p_section
->
i_extension
,
p_section
->
i_version
,
p_section
->
i_extension
,
p_section
->
i_number
,
p_section
->
i_last_number
,
p_section
->
i_number
,
p_section
->
i_last_number
,
p_section
->
b_current_next
);
p_section
->
b_current_next
);
...
...
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