]> git.sesse.net Git - vlc/commitdiff
ZVBI: add current definitions for Serbia, Croatia and Romania
authorMarian Ďurkovič <md@bts.sk>
Mon, 13 May 2013 12:42:41 +0000 (14:42 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 13 May 2013 12:42:41 +0000 (14:42 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/zvbi.c

index 0a62b65e4be090ec43227058387d1f4d97b5b5d2..2a91f88e1b10df9f6c7f5938d3061aa4474e293a 100644 (file)
@@ -106,7 +106,8 @@ vlc_module_end ()
 static const int pi_default_triplet[] = {
  0, 0, 0, 0,     // slo slk cze ces
  8,              // pol
- 24,24,24,24,    //scc scr slv rum
+ 24,24,24,24,24, //scc scr srp hrv slv
+ 24,24,          //rum ron
  32,32,32,32,32, //est lit rus bul ukr
  48,48,          //gre ell
  64,             //ara
@@ -115,7 +116,8 @@ static const int pi_default_triplet[] = {
 static const char *const ppsz_default_triplet[] = {
  "slo", "slk", "cze", "ces",
  "pol",
- "scc", "scr", "slv", "rum",
+ "scc", "scr", "srp", "hrv", "slv",
+ "rum", "ron",
  "est", "lit", "rus", "bul", "ukr",
  "gre", "ell",
  "ara",