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
289594ce
Commit
289594ce
authored
Sep 24, 2012
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move iso_639_languague_code_t definition to descriptor.h
This struct was defined in two descriptors.
parent
88da6739
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
src/descriptor.h
src/descriptor.h
+8
-0
src/descriptors/dr_0a.h
src/descriptors/dr_0a.h
+0
-1
src/descriptors/dr_49.h
src/descriptors/dr_49.h
+0
-1
No files found.
src/descriptor.h
View file @
289594ce
...
...
@@ -39,6 +39,14 @@
extern
"C"
{
#endif
/*****************************************************************************
* common definitions
*****************************************************************************/
/*!
* \typedef uint8_t iso_639_language_code_t[3]
* \brief ISO639 three letter language codes
*/
typedef
uint8_t
iso_639_language_code_t
[
3
];
/*!< */
/*****************************************************************************
* dvbpsi_descriptor_t
...
...
src/descriptors/dr_0a.h
View file @
289594ce
...
...
@@ -40,7 +40,6 @@ extern "C" {
#endif
#define DR_0A_API_VER 2
/*!< descriptor 0a API version */
typedef
uint8_t
iso_639_language_code_t
[
3
];
/*!< ISO639 three letter language codes */
/*****************************************************************************
* dvbpsi_iso639_dr_t
...
...
src/descriptors/dr_49.h
View file @
289594ce
...
...
@@ -38,7 +38,6 @@
extern
"C"
{
#endif
typedef
uint8_t
iso_639_language_code_t
[
3
];
/*!< ISO639 three letter language codes */
/*****************************************************************************
* dvbpsi_country_availability_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