summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-27 17:30:46 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-27 17:30:46 +0000
commit07cf2dd630db6ad179b1d89f457ffc91f747e637 (patch)
treeb4407e185fdec8047b38c1b014279cc8fc8f3d7b /cfg-mplayer.h
parent1eb8577aa59c24a27e644bcf868975b27805f384 (diff)
downloadmpv-07cf2dd630db6ad179b1d89f457ffc91f747e637.tar.bz2
mpv-07cf2dd630db6ad179b1d89f457ffc91f747e637.tar.xz
added -dumpsrtsub option for SubRip format
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6210 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
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},