summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-15 09:29:10 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-15 09:29:10 +0000
commit49c553dc7fbeb3e62a046cb8d51aec3ab90a83cc (patch)
tree1e3f707560ebb616bb97375d6f79571b8f2fb65e /input
parent5a487848031ac51b02f5e56b2011b620fa9be037 (diff)
downloadmpv-49c553dc7fbeb3e62a046cb8d51aec3ab90a83cc.tar.bz2
mpv-49c553dc7fbeb3e62a046cb8d51aec3ab90a83cc.tar.xz
quit slave mode command now accepts an exit value, patch by Aurelien Jacobs <aurel at gnuage.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13339 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-rw-r--r--input/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/input.c b/input/input.c
index 1196045bda..9d1ca896bd 100644
--- a/input/input.c
+++ b/input/input.c
@@ -55,7 +55,7 @@ static mp_cmd_t mp_cmds[] = {
{ MP_CMD_EDL_MARK, "edl_mark", 0, { {-1,{0}} } },
#endif
{ MP_CMD_AUDIO_DELAY, "audio_delay", 1, { {MP_CMD_ARG_FLOAT,{0}}, {-1,{0}} } },
- { MP_CMD_QUIT, "quit", 0, { {-1,{0}} } },
+ { MP_CMD_QUIT, "quit", 0, { {MP_CMD_ARG_INT,{0}}, {-1,{0}} } },
{ MP_CMD_PAUSE, "pause", 0, { {-1,{0}} } },
{ MP_CMD_GRAB_FRAMES, "grab_frames",0, { {-1,{0}} } },
{ MP_CMD_PLAY_TREE_STEP, "pt_step",1, { { MP_CMD_ARG_INT ,{0}}, { MP_CMD_ARG_INT ,{0}}, {-1,{0}} } },