[MPlayer-cvslog] CVS: main/input input.c, 1.109, 1.110 input.h, 1.52, 1.53
Jindrich Makovicka CVS
syncmail at mplayerhq.hu
Sat Feb 12 15:45:57 CET 2005
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main/input
In directory mail:/var2/tmp/cvs-serv8820/input
Modified Files:
input.c input.h
Log Message:
command to log current subtitle to file
Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- input.c 11 Feb 2005 11:44:00 -0000 1.109
+++ input.c 12 Feb 2005 14:45:54 -0000 1.110
@@ -79,6 +79,7 @@
{ MP_CMD_SUB_VISIBILITY, "sub_visibility", 0, { {-1,{0}} } },
{ MP_CMD_SUB_SELECT, "vobsub_lang", 0, { {-1,{0}} } }, // for compatibility
{ MP_CMD_SUB_SELECT, "sub_select", 0, { {-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_LENGTH, "get_time_length", 0, { {-1,{0}} } },
#ifdef USE_TV
Index: input.h
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- input.h 2 Dec 2004 14:37:16 -0000 1.52
+++ input.h 12 Feb 2005 14:45:54 -0000 1.53
@@ -62,6 +62,7 @@
#define MP_CMD_SPEED_MULT 58
#define MP_CMD_SPEED_SET 59
#define MP_CMD_RUN 60
+#define MP_CMD_SUB_LOG 61
#define MP_CMD_GUI_EVENTS 5000
#define MP_CMD_GUI_LOADFILE 5001
More information about the MPlayer-cvslog
mailing list