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
33d97c70
Commit
33d97c70
authored
Apr 16, 2014
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
descriptors/dr_86.h: Doxygen comments
parent
756fd80c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
src/descriptors/dr_86.h
src/descriptors/dr_86.h
+8
-8
No files found.
src/descriptors/dr_86.h
View file @
33d97c70
...
...
@@ -49,12 +49,12 @@ extern "C" {
*/
typedef
struct
dvbpsi_caption_service_s
{
char
i_iso_639_code
[
3
];
int
b_digital_cc
;
int
b_line21_field
;
uint16_t
i_caption_service_number
;
int
b_easy_reader
;
int
b_wide_aspect_ratio
;
char
i_iso_639_code
[
3
];
/*!< ISO 639 language code */
int
b_digital_cc
;
/*!< Digital CC flag */
int
b_line21_field
;
/*!< */
uint16_t
i_caption_service_number
;
/*!< */
int
b_easy_reader
;
/*!< */
int
b_wide_aspect_ratio
;
/*!< Wide aspect ratio flag */
}
dvbpsi_caption_service_t
;
/*****************************************************************************
...
...
@@ -72,8 +72,8 @@ typedef struct dvbpsi_caption_service_s
*/
typedef
struct
dvbpsi_caption_service_dr_s
{
uint8_t
i_number_of_services
;
dvbpsi_caption_service_t
services
[
0x1f
];
uint8_t
i_number_of_services
;
/*!< Number of Captions services */
dvbpsi_caption_service_t
services
[
0x1f
];
/*!< Caption services array */
}
dvbpsi_caption_service_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