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
877f88f0
Commit
877f88f0
authored
Apr 16, 2014
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
descriptors/dr_a1.h: doxygen comments
parent
33d97c70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/descriptors/dr_a1.h
src/descriptors/dr_a1.h
+4
-4
No files found.
src/descriptors/dr_a1.h
View file @
877f88f0
...
...
@@ -38,9 +38,9 @@ extern "C"
typedef
struct
dvbpsi_service_location_element_s
{
uint8_t
i_stream_type
;
uint16_t
i_elementary_pid
;
char
i_iso_639_code
[
3
];
uint8_t
i_stream_type
;
/*!< service stream type */
uint16_t
i_elementary_pid
;
/*!< PID of elementary stream */
char
i_iso_639_code
[
3
];
/*!< ISO 936 language code */
}
dvbpsi_service_location_element_t
;
/*****************************************************************************
...
...
@@ -62,7 +62,7 @@ typedef struct dvbpsi_service_location_dr_s
uint16_t
i_pcr_pid
;
/*!< PCR_PID */
uint8_t
i_number_elements
;
/*!< number of elements used for this service */
dvbpsi_service_location_element_t
elements
[
0xff
];
dvbpsi_service_location_element_t
elements
[
0xff
];
/*!< service location elements array */
}
dvbpsi_service_location_dr_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