summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-07-30 22:38:56 +0200
committerwm4 <wm4@nowhere>2012-07-30 22:55:50 +0200
commitc78ba1c55c86db4d17583f7c8eb5b9034ae98193 (patch)
tree81882f5cc3477bad5f60dc77c8abe35a97648b1d /cfg-mplayer.h
parent6e8633c734d9ed273f84c6ed0a15f53c66fe98fc (diff)
downloadmpv-c78ba1c55c86db4d17583f7c8eb5b9034ae98193.tar.bz2
mpv-c78ba1c55c86db4d17583f7c8eb5b9034ae98193.tar.xz
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.
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h9
1 files changed, 0 insertions, 9 deletions
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),