summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 03:05:39 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:18:38 +0200
commit2be10f22b24712b959fa2883a4dcfa7caf72ab79 (patch)
tree964202918d699144b86b181ec7f40d498603383d /cfg-mplayer.h
parent4aa55a7725647357cf8a6b15f9283cc9c1a4fd86 (diff)
downloadmpv-2be10f22b24712b959fa2883a4dcfa7caf72ab79.tar.bz2
mpv-2be10f22b24712b959fa2883a4dcfa7caf72ab79.tar.xz
options: move -dumpfile to option struct
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index c32de2e427..2c368ff54c 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -283,7 +283,7 @@ const m_option_t mplayer_opts[]={
// dump some stream out instead of playing the file
// this really should be in MEncoder instead of MPlayer... -> TODO
- {"dumpfile", &stream_dump_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
+ OPT_STRING("dumpfile", stream_dump_name, 0),
{"dumpaudio", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"dumpvideo", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 2, NULL},
{"dumpsub", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 3, NULL},