[vlc-commits] ZVBI: fix ISO 639-2/T definitions for slk and ces

Marian Ďurkovič git at videolan.org
Sun May 12 12:02:39 CEST 2013


vlc | branch: master | Marian Ďurkovič <md at bts.sk> | Sun May 12 12:00:33 2013 +0200| [c86537c2b4553e9e2aca9743cb7ab1d4606337a4] | committer: Jean-Baptiste Kempf

ZVBI: fix ISO 639-2/T definitions for slk and ces

Close #8595

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c86537c2b4553e9e2aca9743cb7ab1d4606337a4
---

 modules/codec/zvbi.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/codec/zvbi.c b/modules/codec/zvbi.c
index f97370d..c1f458e 100644
--- a/modules/codec/zvbi.c
+++ b/modules/codec/zvbi.c
@@ -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",



More information about the vlc-commits mailing list