[MPlayer-cvslog] CVS: main/libvo sub.c,1.80,1.81
Richard Felker CVS
syncmail at mplayerhq.hu
Sun Oct 23 17:35:30 CEST 2005
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv29793/libvo
Modified Files:
sub.c
Log Message:
make bottom alignment the default since it's the only sane mode when sub_pos is near bottom (default)
Index: sub.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/sub.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- sub.c 23 Oct 2005 15:34:39 -0000 1.80
+++ sub.c 23 Oct 2005 15:35:28 -0000 1.81
@@ -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;
More information about the MPlayer-cvslog
mailing list