[Mplayer-cvslog] CVS: main/input input.h, 1.41, 1.42 input.c, 1.89, 1.90
Alex Beregszaszi
syncmail at mplayerhq.hu
Sat Jul 17 14:47:15 CEST 2004
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main/input
In directory mail:/var2/tmp/cvs-serv30421/input
Modified Files:
input.h input.c
Log Message:
individual sub_select option not interferring with vobsub_lang
Index: input.h
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- input.h 24 Dec 2003 22:00:50 -0000 1.41
+++ input.h 17 Jul 2004 12:47:12 -0000 1.42
@@ -53,6 +53,7 @@
#define MP_CMD_GET_SUB_VISIBILITY 49
#define MP_CMD_SUB_FORCED_ONLY 50
#define MP_CMD_VO_ONTOP 51
+#define MP_CMD_SUB_SELECT 52
#define MP_CMD_GUI_EVENTS 5000
#define MP_CMD_GUI_LOADFILE 5001
Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- input.c 26 Apr 2004 21:15:14 -0000 1.89
+++ input.c 17 Jul 2004 12:47:12 -0000 1.90
@@ -78,6 +78,7 @@
{ MP_CMD_SUB_ALIGNMENT, "sub_alignment",0, { {MP_CMD_ARG_INT,{-1}}, {-1,{0}} } },
{ MP_CMD_SUB_VISIBILITY, "sub_visibility", 0, { {-1,{0}} } },
{ MP_CMD_VOBSUB_LANG, "vobsub_lang", 0, { {-1,{0}} } },
+ { MP_CMD_SUB_SELECT, "sub_select", 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
@@ -303,6 +304,7 @@
{ { 't', 0 }, "sub_pos +1" },
{ { 'a', 0 }, "sub_alignment" },
{ { 'v', 0 }, "sub_visibility" },
+ { { 'b', 0 }, "sub_select" },
{ { 'j', 0 }, "vobsub_lang" },
{ { 'F', 0 }, "forced_subs_only" },
#ifdef USE_EDL
More information about the MPlayer-cvslog
mailing list