Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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
vlc-2-2
Commits
48b1ad81
Commit
48b1ad81
authored
Jul 14, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iso-639: remove now unused field
parent
e6e1db16
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
168 additions
and
170 deletions
+168
-170
include/vlc_iso_lang.h
include/vlc_iso_lang.h
+0
-1
src/text/iso-639_def.h
src/text/iso-639_def.h
+167
-168
src/text/iso_lang.c
src/text/iso_lang.c
+1
-1
No files found.
include/vlc_iso_lang.h
View file @
48b1ad81
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
struct
iso639_lang_t
struct
iso639_lang_t
{
{
const
char
*
psz_eng_name
;
/* Description in English */
const
char
*
psz_eng_name
;
/* Description in English */
const
char
*
psz_native_name
;
/* Description in native language */
const
char
psz_iso639_1
[
3
];
/* ISO-639-1 (2 characters) code */
const
char
psz_iso639_1
[
3
];
/* ISO-639-1 (2 characters) code */
const
char
psz_iso639_2T
[
4
];
/* ISO-639-2/T (3 characters) English code */
const
char
psz_iso639_2T
[
4
];
/* ISO-639-2/T (3 characters) English code */
const
char
psz_iso639_2B
[
4
];
/* ISO-639-2/B (3 characters) native code */
const
char
psz_iso639_2B
[
4
];
/* ISO-639-2/B (3 characters) native code */
...
...
src/text/iso-639_def.h
View file @
48b1ad81
This diff is collapsed.
Click to expand it.
src/text/iso_lang.c
View file @
48b1ad81
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
#include "iso-639_def.h"
#include "iso-639_def.h"
static
const
iso639_lang_t
unknown_language
=
static
const
iso639_lang_t
unknown_language
=
{
"Unknown"
,
"
Unknown"
,
"
??"
,
"???"
,
"???"
};
{
"Unknown"
,
"??"
,
"???"
,
"???"
};
const
iso639_lang_t
*
GetLang_1
(
const
char
*
psz_code
)
const
iso639_lang_t
*
GetLang_1
(
const
char
*
psz_code
)
{
{
...
...
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