From cffe2dbbf5082a82944aa2ca7aecfe8124780dd5 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 19 May 2008 15:49:45 -0700 Subject: [PATCH] Add options for preferences. --- modules/demux/subtitle.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/demux/subtitle.c b/modules/demux/subtitle.c index 21ea8fa014..fa113a2f02 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(); -- 2.39.2