Mercurial > mplayer.hg
comparison libvo/sub.c @ 16839:1b1b59b160ab
make bottom alignment the default since it's the only sane mode when sub_pos is near bottom (default)
author | rfelker |
---|---|
date | Sun, 23 Oct 2005 15:35:28 +0000 |
parents | fb79161e09f4 |
children | a6a03ff1ddef |
comparison
equal
deleted
inserted
replaced
16838:fb79161e09f4 | 16839:1b1b59b160ab |
---|---|
59 unsigned char* vo_osd_text=NULL; | 59 unsigned char* vo_osd_text=NULL; |
60 int sub_unicode=0; | 60 int sub_unicode=0; |
61 int sub_utf8=0; | 61 int sub_utf8=0; |
62 int sub_pos=100; | 62 int sub_pos=100; |
63 int sub_width_p=100; | 63 int sub_width_p=100; |
64 int sub_alignment=0; /* 0=top, 1=center, 2=bottom */ | 64 int sub_alignment=2; /* 0=top, 1=center, 2=bottom */ |
65 int sub_visibility=1; | 65 int sub_visibility=1; |
66 int sub_bg_color=0; /* subtitles background color */ | 66 int sub_bg_color=0; /* subtitles background color */ |
67 int sub_bg_alpha=0; | 67 int sub_bg_alpha=0; |
68 int sub_justify=0; | 68 int sub_justify=0; |
69 | 69 |