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
f5fa2246
Commit
f5fa2246
authored
May 19, 2011
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/psi.c: identation
parent
79aed10a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
49 deletions
+49
-49
src/psi.c
src/psi.c
+49
-49
No files found.
src/psi.c
View file @
f5fa2246
...
@@ -141,7 +141,7 @@ void dvbpsi_BuildPSISection(dvbpsi_t *p_dvbpsi, dvbpsi_psi_section_t* p_section)
...
@@ -141,7 +141,7 @@ void dvbpsi_BuildPSISection(dvbpsi_t *p_dvbpsi, dvbpsi_psi_section_t* p_section)
if
(
p_section
->
b_syntax_indicator
)
if
(
p_section
->
b_syntax_indicator
)
{
{
/* 8 MSB of table_id_extension */
/* 8 MSB of table_id_extension */
p
_section
->
p_data
[
3
]
=
(
p_section
->
i_extension
>>
8
)
&
0xff
;
b
_section
->
p_data
[
3
]
=
(
p_section
->
i_extension
>>
8
)
&
0xff
;
/* 8 LSB of table_id_extension */
/* 8 LSB of table_id_extension */
p_section
->
p_data
[
4
]
=
p_section
->
i_extension
&
0xff
;
p_section
->
p_data
[
4
]
=
p_section
->
i_extension
&
0xff
;
/* 5 bits of version_number | current_next_indicator */
/* 5 bits of version_number | current_next_indicator */
...
...
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