summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-04 23:58:38 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-04 23:58:38 +0000
commit7228f67795c10a8e9a0bf633efa3bba7da79551f (patch)
tree6f6172cd36a427d84fa0363a51de49cd06b96bb3 /cfg-mplayer.h
parent6624dcbec4360d0065d3294528c5ab7deea7c49f (diff)
downloadmpv-7228f67795c10a8e9a0bf633efa3bba7da79551f.tar.bz2
mpv-7228f67795c10a8e9a0bf633efa3bba7da79551f.tar.xz
dump in JACOsub format
patch by Salvatore Falco <sfalco@studenti.ing.uniroma1.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8361 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 7299572069..43c81b9338 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -373,6 +373,7 @@ static config_t mplayer_opts[]={
{"dumpstream", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 5, NULL},
{"dumpsrtsub", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 6, NULL},
{"dumpmicrodvdsub", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 7, NULL},
+ {"dumpjacosub", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 8, NULL},
#ifdef HAVE_LIRC
{"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},