[MPlayer-cvslog] CVS: main/input input.c,1.110,1.111

Reimar Döffinger CVS syncmail at mplayerhq.hu
Thu Feb 17 16:56:27 CET 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	input.c 
Log Message:
Make seek command parameter float.
Patch by Oded Shimon [ods15 at ods15 dot dyndns dot org].


Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- input.c	12 Feb 2005 14:45:54 -0000	1.110
+++ input.c	17 Feb 2005 15:56:25 -0000	1.111
@@ -46,7 +46,7 @@
 /// is the default value wich is used for optional arguments
 
 static mp_cmd_t mp_cmds[] = {
-  { MP_CMD_SEEK, "seek", 1, { {MP_CMD_ARG_INT,{0}}, {MP_CMD_ARG_INT,{0}}, {-1,{0}} } },
+  { MP_CMD_SEEK, "seek", 1, { {MP_CMD_ARG_FLOAT,{0}}, {MP_CMD_ARG_INT,{0}}, {-1,{0}} } },
 #ifdef USE_EDL
   { MP_CMD_EDL_MARK, "edl_mark", 0, { {-1,{0}} } },
 #endif




More information about the MPlayer-cvslog mailing list