]> git.sesse.net Git - vlc/commitdiff
Add options for preferences.
authorJean-Baptiste Kempf <jb@ambre.(none)>
Mon, 19 May 2008 22:49:45 +0000 (15:49 -0700)
committerJean-Baptiste Kempf <jb@ambre.(none)>
Tue, 20 May 2008 12:05:27 +0000 (05:05 -0700)
modules/demux/subtitle.c

index 21ea8fa0144253cfa75369ab1f05d698bfd677c9..fa113a2f021c3bb5b9e943815f6b9be39883e00b 100644 (file)
@@ -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();