[MPlayer-cvslog] CVS: main/input input.c, 1.115, 1.116 input.h, 1.54, 1.55
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Wed May 18 13:38:09 CEST 2005
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/input
In directory mail:/var2/tmp/cvs-serv11403/input
Modified Files:
input.c input.h
Log Message:
new get_time_pos slave mode commando
Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- input.c 28 Apr 2005 14:43:18 -0000 1.115
+++ input.c 18 May 2005 11:38:06 -0000 1.116
@@ -81,6 +81,7 @@
{ MP_CMD_SUB_SELECT, "sub_select", 0, { { MP_CMD_ARG_INT,{-2} }, {-1,{0}} } },
{ MP_CMD_SUB_LOG, "sub_log", 0, { {-1,{0}} } },
{ MP_CMD_GET_PERCENT_POS, "get_percent_pos", 0, { {-1,{0}} } },
+ { MP_CMD_GET_TIME_POS, "get_time_pos", 0, { {-1,{0}} } },
{ MP_CMD_GET_TIME_LENGTH, "get_time_length", 0, { {-1,{0}} } },
{ MP_CMD_SWITCH_AUDIO, "switch_audio", 0, { { MP_CMD_ARG_INT,{-1} }, {-1,{0}} } },
#ifdef USE_TV
Index: input.h
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.h,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- input.h 3 Apr 2005 14:08:26 -0000 1.54
+++ input.h 18 May 2005 11:38:06 -0000 1.55
@@ -64,6 +64,7 @@
#define MP_CMD_RUN 60
#define MP_CMD_SUB_LOG 61
#define MP_CMD_SWITCH_AUDIO 62
+#define MP_CMD_GET_TIME_POS 63
#define MP_CMD_GUI_EVENTS 5000
#define MP_CMD_GUI_LOADFILE 5001
More information about the MPlayer-cvslog
mailing list