From 07cf2dd630db6ad179b1d89f457ffc91f747e637 Mon Sep 17 00:00:00 2001 From: iive Date: Mon, 27 May 2002 17:30:46 +0000 Subject: added -dumpsrtsub option for SubRip format git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6210 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 19f9d6b4ce..665f737022 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -307,6 +307,7 @@ static config_t mplayer_opts[]={ {"dumpsub", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 3, NULL}, {"dumpmpsub", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 4, NULL}, {"dumpstream", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 5, NULL}, + {"dumpsrtsub", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 6, NULL}, #ifdef HAVE_LIRC {"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL}, -- cgit v1.2.3