Mercurial > mplayer.hg
comparison input/input.c @ 20977:28714c74c444
Since vobsub_lang and sub_select do the same, 'b' and 'j' were bound
to the same thing. Remove the binding for 'b'.
author | reimar |
---|---|
date | Fri, 17 Nov 2006 19:37:58 +0000 |
parents | c0bcec5150a3 |
children | b50f601f88e8 |
comparison
equal
deleted
inserted
replaced
20976:99d7c6cb0f81 | 20977:28714c74c444 |
---|---|
374 { { 'D', 0 }, "step_property deinterlace" }, | 374 { { 'D', 0 }, "step_property deinterlace" }, |
375 { { 'r', 0 }, "sub_pos -1" }, | 375 { { 'r', 0 }, "sub_pos -1" }, |
376 { { 't', 0 }, "sub_pos +1" }, | 376 { { 't', 0 }, "sub_pos +1" }, |
377 { { 'a', 0 }, "sub_alignment" }, | 377 { { 'a', 0 }, "sub_alignment" }, |
378 { { 'v', 0 }, "sub_visibility" }, | 378 { { 'v', 0 }, "sub_visibility" }, |
379 { { 'b', 0 }, "sub_select" }, | 379 { { 'j', 0 }, "sub_select" }, |
380 { { 'j', 0 }, "vobsub_lang" }, | |
381 { { 'F', 0 }, "forced_subs_only" }, | 380 { { 'F', 0 }, "forced_subs_only" }, |
382 { { '#', 0 }, "switch_audio" }, | 381 { { '#', 0 }, "switch_audio" }, |
383 { { '_', 0 }, "step_property switch_video" }, | 382 { { '_', 0 }, "step_property switch_video" }, |
384 { { 'i', 0 }, "edl_mark" }, | 383 { { 'i', 0 }, "edl_mark" }, |
385 #ifdef USE_TV | 384 #ifdef USE_TV |