[vlc-commits] ZVBI: add current definitions for Serbia, Croatia and Romania

Marian Ďurkovič git at videolan.org
Mon May 13 14:44:29 CEST 2013


vlc | branch: master | Marian Ďurkovič <md at bts.sk> | Mon May 13 14:42:41 2013 +0200| [f120460be8680290f6a0b7307bee4a9995055003] | committer: Jean-Baptiste Kempf

ZVBI: add current definitions for Serbia, Croatia and  Romania

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

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

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

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



More information about the vlc-commits mailing list