Author: duncan
Date: Wed Oct  4 04:19:35 2006
New Revision: 8312

Added:
   branches/rel-1-5/freevo/contrib/patches/mplayer-osd-position.patch

Log:
Patch to change to position of the OSD message.


Added: branches/rel-1-5/freevo/contrib/patches/mplayer-osd-position.patch
==============================================================================
--- (empty file)
+++ branches/rel-1-5/freevo/contrib/patches/mplayer-osd-position.patch  Wed Oct 
 4 04:19:35 2006
@@ -0,0 +1,11 @@
+--- libvo/sub.c.orig   2006-10-03 09:26:11.000000000 +0200
++++ libvo/sub.c        2006-10-03 09:25:53.000000000 +0200
+@@ -147,7 +147,7 @@
+       int font;
+ 
+         obj->bbox.x1=obj->x=x;
+-        obj->bbox.y1=obj->y=10;
++        obj->bbox.y1=obj->y=30;
+ 
+         while (*cp){
+           int c=*cp++;

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to