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
6333c5b9
Commit
6333c5b9
authored
Dec 14, 2011
by
Sašo Kiselkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bad generation of EIT sections - should use i_service_id not i_ts_id for the table extension.
parent
feab57cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/tables/eit.c
src/tables/eit.c
+1
-1
No files found.
src/tables/eit.c
View file @
6333c5b9
...
...
@@ -554,7 +554,7 @@ static dvbpsi_psi_section_t* NewEITSection(dvbpsi_eit_t* p_eit, int i_table_id,
p_result
->
b_private_indicator
=
1
;
p_result
->
i_length
=
15
;
/* header: 11B + CRC32 */
p_result
->
i_extension
=
p_eit
->
i_
ts
_id
;
p_result
->
i_extension
=
p_eit
->
i_
service
_id
;
p_result
->
i_version
=
p_eit
->
i_version
;
p_result
->
b_current_next
=
p_eit
->
b_current_next
;
p_result
->
i_number
=
0
;
...
...
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