summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-02 22:47:56 +0200
committerwm4 <wm4@nowhere>2012-08-02 23:22:52 +0200
commit7059c15f4af047d29bed9ea8b17a3702980b8442 (patch)
treeb66abd6b9d1f87c2dda92fc926419ec1928a2597 /cfg-mplayer.h
parente48b21dd87468245268c470b250c3cdd5a1bbfae (diff)
downloadmpv-7059c15f4af047d29bed9ea8b17a3702980b8442.tar.bz2
mpv-7059c15f4af047d29bed9ea8b17a3702980b8442.tar.xz
mplayer: rip out --capture support
While this was an interesting idea, it wasn't actually useful. Basically it dumped the raw data (as requested by the demuxer) into a file. The result is only useful if the file format was raw or maybe some MPEG packet stream, but not with most modern file formats.
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index fd90d19b3f..bce30e12b1 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -750,11 +750,6 @@ const m_option_t mplayer_opts[]={
OPT_FLAG_ON("untimed", untimed, 0),
- // dump some stream out instead of playing the file
- OPT_STRING("dumpfile", stream_dump_name, 0, OPTDEF_STR("stream.dump")),
-
- OPT_MAKE_FLAGS("capture", capture_dump, 0),
-
#ifdef CONFIG_LIRC
{"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
#endif