mpv/input
arpi 05802842c9 This patch makes it possible to navigate among the subtitles while
playing movies. It can be very useful when using desynched subtitles.
A new command 'sub_step' is added, which takes an integer argument.
'sub_step +1' will immediately display the next subtitle, adjusting
sub_delay as if one had used the 'sub_delay' command to navigate to
the subtitle. 'sub_step -1' displays the previous subtitle and
adjusts the sub_delay. By using these two commands you can navigate
among the subtitles without having to search blindly using 'sub_delay'.

patch by Oskar Liljeblad (oskar@osk.mine.nu)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8366 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-05 00:15:56 +00:00
..
.cvsignore *** empty log message *** 2002-02-01 11:17:01 +00:00
Makefile removed -W -Wall -g and other gcc-specific warning/debug options 2002-08-22 23:29:46 +00:00
input.c This patch makes it possible to navigate among the subtitles while 2002-12-05 00:15:56 +00:00
input.h This patch makes it possible to navigate among the subtitles while 2002-12-05 00:15:56 +00:00
joystick.c 10L bugfix 2002-05-23 09:47:18 +00:00
joystick.h Added key autorepeat support. Options to enable/disable joystick and lirc 2002-02-11 11:42:08 +00:00
lirc.c rewrote the lirc code to remove the fork 2002-10-23 22:23:12 +00:00
lirc.h rewrote the lirc code to remove the fork 2002-10-23 22:23:12 +00:00
mouse.h Added key autorepeat support. Options to enable/disable joystick and lirc 2002-02-11 11:42:08 +00:00