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
9d700f4e
Commit
9d700f4e
authored
Jun 20, 2012
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATSC EIT: refactor dvbpsi_atsc_GatherEITSections.
parent
c0cc2545
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
148 additions
and
90 deletions
+148
-90
src/tables/atsc_eit.c
src/tables/atsc_eit.c
+147
-90
src/tables/atsc_eit.h
src/tables/atsc_eit.h
+1
-0
No files found.
src/tables/atsc_eit.c
View file @
9d700f4e
This diff is collapsed.
Click to expand it.
src/tables/atsc_eit.h
View file @
9d700f4e
...
@@ -77,6 +77,7 @@ typedef struct dvbpsi_atsc_eit_s
...
@@ -77,6 +77,7 @@ typedef struct dvbpsi_atsc_eit_s
dvbpsi_atsc_eit_event_t
*
p_first_event
;
/*!< First event information structure. */
dvbpsi_atsc_eit_event_t
*
p_first_event
;
/*!< First event information structure. */
dvbpsi_descriptor_t
*
p_first_descriptor
;
/*!< First descriptor structure. */
}
dvbpsi_atsc_eit_t
;
}
dvbpsi_atsc_eit_t
;
/*****************************************************************************
/*****************************************************************************
...
...
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