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
6c0183ad
Commit
6c0183ad
authored
Nov 16, 2011
by
Marc Olzheim
Committed by
Jean-Paul Saman
Nov 16, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tables/bat: fix dvbpsi_GatherBATSections.
Signed-off-by:
Jean-Paul Saman
<
jean-paul.saman@m2x.nl
>
parent
0061f685
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/tables/bat.c
src/tables/bat.c
+1
-1
No files found.
src/tables/bat.c
View file @
6c0183ad
...
...
@@ -390,7 +390,7 @@ void dvbpsi_GatherBATSections(dvbpsi_t *p_dvbpsi,
{
/* Signal a new BAT if the previous one wasn't active */
dvbpsi_bat_t
*
p_bat
=
NULL
;
p_bat_decoder
->
current_bat
.
b_current_next
=
true
;
*
p_bat
=
p_bat_decoder
->
current_bat
;
p_bat
=
&
p_bat_decoder
->
current_bat
;
p_bat_decoder
->
pf_bat_callback
(
p_bat_decoder
->
p_cb_data
,
p_bat
);
}
dvbpsi_DeletePSISections
(
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