vlc | branch: master | Zoran Turalija <[email protected]> | Sun May 12 16:13:08 2013 +0200| [65f6843c89760ad4563787d023bb91e1177adc4d] | committer: Jean-Baptiste Kempf
zvbi: Fix ISO 639-2 definitions for Serbo-Croatian language Fix typo ssc -> scc (ssc was never ISO 639-2 definition for Serbo-Croatian language, or any other language for that matter). Unfortunately, some providers are still using this deprecated ISO codes (scc/scr) to mark serbian/croatian teletext/cc content. Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=65f6843c89760ad4563787d023bb91e1177adc4d --- 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 c1f458e..0a62b65 100644 --- a/modules/codec/zvbi.c +++ b/modules/codec/zvbi.c @@ -106,7 +106,7 @@ vlc_module_end () static const int pi_default_triplet[] = { 0, 0, 0, 0, // slo slk cze ces 8, // pol - 24,24,24,24, //ssc scr slv rum + 24,24,24,24, //scc scr slv rum 32,32,32,32,32, //est lit rus bul ukr 48,48, //gre ell 64, //ara @@ -115,7 +115,7 @@ static const int pi_default_triplet[] = { static const char *const ppsz_default_triplet[] = { "slo", "slk", "cze", "ces", "pol", - "ssc", "scr", "slv", "rum", + "scc", "scr", "slv", "rum", "est", "lit", "rus", "bul", "ukr", "gre", "ell", "ara", _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
