]> git.sesse.net Git - vlc/commitdiff
ZVBI: fix ISO 639-2/T definitions for slk and ces
authorMarian Ďurkovič <md@bts.sk>
Sun, 12 May 2013 10:00:33 +0000 (12:00 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 12 May 2013 10:00:33 +0000 (12:00 +0200)
Close #8595

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/zvbi.c

index f97370dc7817c028ec9e7225c46894807a49f7a8..c1f458e6185d276dcb2111046f5bf48a358d6e4e 100644 (file)
@@ -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",