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
88da6739
Commit
88da6739
authored
Sep 24, 2012
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "iso_639_languague_code_t is defined in two descriptors."
Found better solution. This reverts commit
3b68bd17
.
parent
809bf29f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
14 deletions
+0
-14
src/descriptors/dr.h
src/descriptors/dr.h
+0
-7
src/descriptors/dr_0a.h
src/descriptors/dr_0a.h
+0
-4
src/descriptors/dr_49.h
src/descriptors/dr_49.h
+0
-3
No files found.
src/descriptors/dr.h
View file @
88da6739
...
...
@@ -32,13 +32,6 @@
#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 @
88da6739
...
...
@@ -40,11 +40,7 @@ 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 @
88da6739
...
...
@@ -38,10 +38,7 @@
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