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
d4b49067
Commit
d4b49067
authored
Aug 09, 2012
by
Roberto Corno
Committed by
Jean-Paul Saman
Aug 09, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TS discontinuity check
Signed-off-by:
Jean-Paul Saman
<
jpsaman@videolan.org
>
parent
9bb01dd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/tables/rst.c
src/tables/rst.c
+7
-0
No files found.
src/tables/rst.c
View file @
d4b49067
...
@@ -361,6 +361,13 @@ void dvbpsi_rst_sections_gather(dvbpsi_t *p_dvbpsi,
...
@@ -361,6 +361,13 @@ void dvbpsi_rst_sections_gather(dvbpsi_t *p_dvbpsi,
dvbpsi_rst_decoder_t
*
p_rst_decoder
dvbpsi_rst_decoder_t
*
p_rst_decoder
=
(
dvbpsi_rst_decoder_t
*
)
p_dvbpsi
->
p_decoder
;
=
(
dvbpsi_rst_decoder_t
*
)
p_dvbpsi
->
p_decoder
;
/* TS discontinuity check */
if
(
p_rst_decoder
->
b_discontinuity
)
{
dvbpsi_rst_reset
(
p_rst_decoder
,
true
);
p_rst_decoder
->
b_discontinuity
=
false
;
}
/* Add section to RST */
/* Add section to RST */
if
(
!
dvbpsi_rst_section_add
(
p_dvbpsi
,
p_rst_decoder
,
p_section
))
if
(
!
dvbpsi_rst_section_add
(
p_dvbpsi
,
p_rst_decoder
,
p_section
))
{
{
...
...
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