1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

make bottom alignment the default since it's the only sane mode when sub_pos is near bottom (default)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16840 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2005-10-23 15:35:28 +00:00
parent 8aee54d8a8
commit 211132c2e6

View File

@ -61,7 +61,7 @@ int sub_unicode=0;
int sub_utf8=0;
int sub_pos=100;
int sub_width_p=100;
int sub_alignment=0; /* 0=top, 1=center, 2=bottom */
int sub_alignment=2; /* 0=top, 1=center, 2=bottom */
int sub_visibility=1;
int sub_bg_color=0; /* subtitles background color */
int sub_bg_alpha=0;