summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-05 00:07:59 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-05 00:07:59 +0000
commit919f3710b113c284aef73eeddff53c700c5fc6dc (patch)
tree7404f7f15e488141c0bc8a36c30a3b4556d23419 /cfg-mplayer.h
parenta3243d226503d57d693f35ad96cb74dad78b0fd4 (diff)
downloadmpv-919f3710b113c284aef73eeddff53c700c5fc6dc.tar.bz2
mpv-919f3710b113c284aef73eeddff53c700c5fc6dc.tar.xz
dump subtitles in SAMI format
patch by Salvatore Falco <sfalco@studenti.ing.uniroma1.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8364 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 43c81b9338..7fd9c672d4 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -374,6 +374,7 @@ static config_t mplayer_opts[]={
{"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},
+ {"dumpsami", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 9, NULL},
#ifdef HAVE_LIRC
{"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},