From 7059c15f4af047d29bed9ea8b17a3702980b8442 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 2 Aug 2012 22:47:56 +0200 Subject: 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. --- cfg-mplayer.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cfg-mplayer.h') 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 -- cgit v1.2.3