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
3b68bd17
Commit
3b68bd17
authored
Sep 17, 2012
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iso_639_languague_code_t is defined in two descriptors.
Make sure these definitions do not interact with each other.
parent
ee840aba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
src/descriptors/dr.h
src/descriptors/dr.h
+7
-0
src/descriptors/dr_0a.h
src/descriptors/dr_0a.h
+4
-0
src/descriptors/dr_49.h
src/descriptors/dr_49.h
+3
-0
No files found.
src/descriptors/dr.h
View file @
3b68bd17
...
...
@@ -32,6 +32,13 @@
#ifndef _DVBPSI_DR_H_
#define _DVBPSI_DR_H_
/* common definitions */
#ifndef DVBPSI_ISO639_LANGUAGE_CODE_T
#define DVBPSI_ISO639_LANGUAGE_CODE_T 1
typedef
uint8_t
iso_639_language_code_t
[
3
];
/*!< ISO639 three letter language codes */
#endif
/* Descriptors */
#include "dr_02.h"
#include "dr_03.h"
#include "dr_04.h"
...
...
src/descriptors/dr_0a.h
View file @
3b68bd17
...
...
@@ -40,7 +40,11 @@ extern "C" {
#endif
#define DR_0A_API_VER 2
/*!< descriptor 0a API version */
#ifndef DVBPSI_ISO639_LANGUAGE_CODE_T
#define DVBPSI_ISO639_LANGUAGE_CODE_T 1
typedef
uint8_t
iso_639_language_code_t
[
3
];
/*!< ISO639 three letter language codes */
#endif
/*****************************************************************************
* dvbpsi_iso639_dr_t
...
...
src/descriptors/dr_49.h
View file @
3b68bd17
...
...
@@ -38,7 +38,10 @@
extern
"C"
{
#endif
#ifndef DVBPSI_ISO639_LANGUAGE_CODE_T
#define DVBPSI_ISO639_LANGUAGE_CODE_T 1
typedef
uint8_t
iso_639_language_code_t
[
3
];
/*!< ISO639 three letter language codes */
#endif
/*****************************************************************************
* 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