[vlc-devel] commit: Add options for preferences. (Jean-Baptiste Kempf )

git version control git at videolan.org
Tue May 20 14:04:21 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at ambre.(none)> | Mon May 19 15:49:45 2008 -0700| [cffe2dbbf5082a82944aa2ca7aecfe8124780dd5]

Add options for preferences.

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

 modules/demux/subtitle.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/modules/demux/subtitle.c b/modules/demux/subtitle.c
index 21ea8fa..fa113a2 100644
--- a/modules/demux/subtitle.c
+++ b/modules/demux/subtitle.c
@@ -59,13 +59,14 @@ static void Close( vlc_object_t *p_this );
     N_("Force the subtiles format. Valid values are : \"microdvd\", " \
     "\"subrip\",  \"ssa1\", \"ssa2-4\", \"ass\", \"vplayer\" " \
     "\"sami\", \"dvdsubtitle\", \"mpl2\", \"aqt\", \"pjs\" "\
-    "\"mpsub\" \"jacosub\" \"psb\" and \"auto\" (meaning autodetection, this " \
-    "should always work).")
+    "\"mpsub\" \"jacosub\" \"psb\" \"realtext\" \"dks\" and \"auto\" " \
+    "(meaning autodetection, this should always work).")
+
 static const char *ppsz_sub_type[] =
 {
     "auto", "microdvd", "subrip", "subviewer", "ssa1",
     "ssa2-4", "ass", "vplayer", "sami", "dvdsubtitle", "mpl2",
-    "aqt", "pjs", "mpsub", "jacosub", "psb"
+    "aqt", "pjs", "mpsub", "jacosub", "psb", "rt", "dks"
 };
 
 vlc_module_begin();




More information about the vlc-devel mailing list