From 62490c001c27601c93f940be33252de7b9cda3e7 Mon Sep 17 00:00:00 2001 From: arpi Date: Fri, 27 Dec 2002 17:28:35 +0000 Subject: backward compatibility :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8579 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/sub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/sub.c b/libvo/sub.c index 89dae2eefa..1c1f74ec6b 100644 --- a/libvo/sub.c +++ b/libvo/sub.c @@ -37,7 +37,7 @@ unsigned char* vo_osd_text=NULL; int sub_unicode=0; int sub_utf8=0; int sub_pos=100; -int sub_alignment=2; /* 0=top, 1=center, 2=bottom */ +int sub_alignment=0; /* 0=top, 1=center, 2=bottom */ int sub_visibility=1; // return the real height of a char: -- cgit v1.2.3