summaryrefslogtreecommitdiffstats
path: root/input
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 /input
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 'input')
-rw-r--r--input/input.c1
-rw-r--r--input/input.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/input/input.c b/input/input.c
index b1c7f1264e..ed33c83c34 100644
--- a/input/input.c
+++ b/input/input.c
@@ -195,7 +195,6 @@ static const mp_cmd_t mp_cmds[] = {
{ MP_CMD_LOADLIST, "loadlist", { ARG_STRING, OARG_INT(0) } },
{ MP_CMD_PLAYLIST_CLEAR, "playlist_clear", },
{ MP_CMD_RUN, "run", { ARG_STRING } },
- { MP_CMD_CAPTURING, "capturing", },
{ MP_CMD_VF_CHANGE_RECTANGLE, "change_rectangle", { ARG_INT, ARG_INT } },
{ MP_CMD_TV_TELETEXT_ADD_DEC, "teletext_add_dec", { ARG_STRING } },
{ MP_CMD_TV_TELETEXT_GO_LINK, "teletext_go_link", { ARG_INT } },
diff --git a/input/input.h b/input/input.h
index 9092e2226d..5b1bb37209 100644
--- a/input/input.h
+++ b/input/input.h
@@ -42,7 +42,6 @@ enum mp_command_type {
MP_CMD_TV_STEP_CHANNEL,
MP_CMD_TV_STEP_NORM,
MP_CMD_TV_STEP_CHANNEL_LIST,
- MP_CMD_CAPTURING,
MP_CMD_VO_FULLSCREEN,
MP_CMD_SUB_POS,
MP_CMD_DVDNAV,