Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
c86537c2
Commit
c86537c2
authored
May 12, 2013
by
Marian Ďurkovič
Committed by
Jean-Baptiste Kempf
May 12, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZVBI: fix ISO 639-2/T definitions for slk and ces
Close #8595 Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
cd5a89ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/codec/zvbi.c
modules/codec/zvbi.c
+2
-2
No files found.
modules/codec/zvbi.c
View file @
c86537c2
...
...
@@ -104,7 +104,7 @@ vlc_module_end ()
//Guessing table for missing "default region triplet"
static
const
int
pi_default_triplet
[]
=
{
0
,
0
,
// slo cze
0
,
0
,
0
,
0
,
// slo slk cze ces
8
,
// pol
24
,
24
,
24
,
24
,
//ssc scr slv rum
32
,
32
,
32
,
32
,
32
,
//est lit rus bul ukr
...
...
@@ -113,7 +113,7 @@ static const int pi_default_triplet[] = {
88
,
//heb
16
};
//default
static
const
char
*
const
ppsz_default_triplet
[]
=
{
"slo"
,
"
cze
"
,
"slo"
,
"
slk"
,
"cze"
,
"ces
"
,
"pol"
,
"ssc"
,
"scr"
,
"slv"
,
"rum"
,
"est"
,
"lit"
,
"rus"
,
"bul"
,
"ukr"
,
...
...
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