[Mplayer-cvslog] CVS: main/input input.c,1.95,1.96

Sascha Sommer CVS syncmail at mplayerhq.hu
Wed Sep 15 11:29:12 CEST 2004


CVS change done by Sascha Sommer CVS

Update of /cvsroot/mplayer/main/input
In directory mail:/var2/tmp/cvs-serv20355/input

Modified Files:
	input.c 
Log Message:
quit slave mode command now accepts an exit value, patch by Aurelien Jacobs <aurel at gnuage.org>

Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- input.c	2 Sep 2004 12:02:06 -0000	1.95
+++ input.c	15 Sep 2004 09:29:09 -0000	1.96
@@ -55,7 +55,7 @@
   { 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}} } },




More information about the MPlayer-cvslog mailing list