summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorlaaz <laaz@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-12 16:21:55 +0000
committerlaaz <laaz@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-12 16:21:55 +0000
commit987514c60174563a090b687d3fc15014da47be31 (patch)
tree34cb52bfab86d233ef951206e6a573d772747571 /cfg-mplayer.h
parenta30a8a7365ad377317f638b950b3b7589e77e9a8 (diff)
downloadmpv-987514c60174563a090b687d3fc15014da47be31.tar.bz2
mpv-987514c60174563a090b687d3fc15014da47be31.tar.xz
MPsub read/write support 0.5 (-dumpmpsub switch)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2179 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 26da80aebc..cdbda2d1d3 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -176,7 +176,8 @@ struct config conf[]={
{"dumpaudio", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 1},
{"dumpvideo", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 2},
{"dumpsub", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 3},
-
+ {"dumpmpsub", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 4},
+
{"aofile", &ao_outputfilename, CONF_TYPE_STRING, 0, 0, 0},
{"waveheader", &ao_pcm_waveheader, CONF_TYPE_FLAG, 0, 0, 1},
{"nowaveheader", &ao_pcm_waveheader, CONF_TYPE_FLAG, 0, 1, 0},