[MPlayer-cvslog] r20993 - in trunk: DOCS/man/en/mplayer.1 input/input.c
reimar
subversion at mplayerhq.hu
Fri Nov 17 20:37:58 CET 2006
Author: reimar
Date: Fri Nov 17 20:37:58 2006
New Revision: 20993
Modified:
trunk/input/input.c
Changes in other areas also in this revision:
Modified:
trunk/DOCS/man/en/mplayer.1
Log:
Since vobsub_lang and sub_select do the same, 'b' and 'j' were bound
to the same thing. Remove the binding for 'b'.
Modified: trunk/input/input.c
==============================================================================
--- trunk/input/input.c (original)
+++ trunk/input/input.c Fri Nov 17 20:37:58 2006
@@ -376,8 +376,7 @@
{ { 't', 0 }, "sub_pos +1" },
{ { 'a', 0 }, "sub_alignment" },
{ { 'v', 0 }, "sub_visibility" },
- { { 'b', 0 }, "sub_select" },
- { { 'j', 0 }, "vobsub_lang" },
+ { { 'j', 0 }, "sub_select" },
{ { 'F', 0 }, "forced_subs_only" },
{ { '#', 0 }, "switch_audio" },
{ { '_', 0 }, "step_property switch_video" },
More information about the MPlayer-cvslog
mailing list