[Mplayer-cvslog] CVS: main/input input.h, 1.41, 1.42 input.c, 1.89, 1.90

Diego Biurrun diego at biurrun.de
Wed Aug 25 03:33:23 CEST 2004


Alex Beregszaszi writes:
> 
> Modified Files:
> 	input.h input.c 
> Log Message:
> individual sub_select option not interferring with vobsub_lang
> 
> --- 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" },

Could somebody please explain what this does so I can document it?
Thanks

Diego




More information about the MPlayer-cvslog mailing list