From c78ba1c55c86db4d17583f7c8eb5b9034ae98193 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 30 Jul 2012 22:38:56 +0200 Subject: mplayer: remove stream dumping capability This had very limited usefulness, and you're much better off using ffmpeg directly. Even if that should not be sufficient, the mplayer encoding branch might provide a better way out. --- cfg-mplayer.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 8dc026a00d..b9e133f887 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -762,15 +762,6 @@ const m_option_t mplayer_opts[]={ // dump some stream out instead of playing the file OPT_STRING("dumpfile", stream_dump_name, 0, OPTDEF_STR("stream.dump")), - {"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}, - {"dumpmpsub", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 4, NULL}, - {"dumpstream", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 5, NULL}, - {"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}, OPT_MAKE_FLAGS("capture", capture_dump, 0), -- cgit v1.2.3