changeset 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 42d5eb8fef4b
files libvo/sub.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/sub.c	Sun Oct 23 15:34:39 2005 +0000
+++ b/libvo/sub.c	Sun Oct 23 15:35:28 2005 +0000
@@ -61,7 +61,7 @@
 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;