0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/input
arpi 725ff339e7 This patch adds support for vertical subtitle alignment
control. Possible values are top, center, and bottom,
with bottom being the default. Alignment is relevant when
it comes to positioning subtitles with one line (or fewer
lines) of text relative to multi-line subtitles.

It is implemented as a new command (sub_alignment) that
without an argument cycles the alignment (between top,
center, and bottom), or with an argument sets the
alignment (0 for top, 1 for center, 2 for bottom).
The key 'i' is bound to this command.

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


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8535 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-23 01:37:43 +00:00
..
.cvsignore *** empty log message *** 2002-02-01 11:17:01 +00:00
input.c This patch adds support for vertical subtitle alignment 2002-12-23 01:37:43 +00:00
input.h This patch adds support for vertical subtitle alignment 2002-12-23 01:37:43 +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
Makefile removed -W -Wall -g and other gcc-specific warning/debug options 2002-08-22 23:29:46 +00:00
mouse.h Added key autorepeat support. Options to enable/disable joystick and lirc 2002-02-11 11:42:08 +00:00