[vlc-devel] commit: Remove inexistant MuleLao-1 and NEXTSTEP encodings ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Apr 5 15:28:33 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Apr  5 16:28:06 2009 +0300| [e7c8e7d37c2ebb0b8f175b07bac08c74f46f8d69] | committer: Rémi Denis-Courmont 

Remove inexistant MuleLao-1 and NEXTSTEP encodings

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

 modules/codec/subtitles/subsdec.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/modules/codec/subtitles/subsdec.c b/modules/codec/subtitles/subsdec.c
index 688204a..9ad7d50 100644
--- a/modules/codec/subtitles/subsdec.c
+++ b/modules/codec/subtitles/subsdec.c
@@ -69,8 +69,9 @@ static const char *const ppsz_encodings[] = {
     "UTF-7", "UTF-16", "UTF-16BE", "UTF-16LE", "UTF-32", "UTF-32BE", "UTF-32LE",
     "UCS-2", "UCS-2BE", "UCS-2LE", "UCS-4", "UCS-4BE", "UCS-4LE", "",
     "GBK", "GB18030", "JOHAB", "ARMSCII-8",
-    "Georgian-Academy", "Georgian-PS", "TIS-620", "MuleLao-1", "VISCII", "TCVN",
-    "HPROMAN8", "NEXTSTEP" };
+    "Georgian-Academy", "Georgian-PS", "TIS-620", "VISCII", "TCVN",
+    "HPROMAN8",
+};
 /*
 SSA supports charset selection.
 The following known charsets are used:




More information about the vlc-devel mailing list