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
0f386934
Commit
0f386934
authored
Jun 20, 2012
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATSC STT: refactor dvbpsi_atsc_GatherSTTSections.
parent
ce14f6f7
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
224 additions
and
14 deletions
+224
-14
src/tables/atsc_stt.c
src/tables/atsc_stt.c
+223
-14
src/tables/atsc_stt.h
src/tables/atsc_stt.h
+1
-0
No files found.
src/tables/atsc_stt.c
View file @
0f386934
This diff is collapsed.
Click to expand it.
src/tables/atsc_stt.h
View file @
0f386934
...
...
@@ -43,6 +43,7 @@ extern "C" {
typedef
struct
dvbpsi_atsc_stt_s
{
uint8_t
i_version
;
/*!< PSIP Protocol version */
bool
b_current_next
;
/*!< current_next_indicator */
uint32_t
i_system_time
;
/*!< GPS seconds since 1 January 1980 00:00:00 UTC. */
uint8_t
i_gps_utc_offset
;
/*!< Seconds offset between GPS and UTC time. */
...
...
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