[MPlayer-cvslog] CVS: main/libvo sub.c,1.79,1.80

Richard Felker CVS syncmail at mplayerhq.hu
Sun Oct 23 17:34:41 CEST 2005


CVS change done by Richard Felker CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv16010/libvo

Modified Files:
	sub.c 
Log Message:
reverse incorrect sub alignment change, ok'd by diego

Index: sub.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/sub.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- sub.c	23 Oct 2005 14:25:56 -0000	1.79
+++ sub.c	23 Oct 2005 15:34:39 -0000	1.80
@@ -627,7 +627,7 @@
     }
     /// vertical alignment
     h = dys - obj->y;
-    if (sub_alignment == 0)
+    if (sub_alignment == 2)
         obj->y = dys * sub_pos / 100 - h;
     else if (sub_alignment == 1)
         obj->y = dys * sub_pos / 100 - h / 2;




More information about the MPlayer-cvslog mailing list