[Mplayer-cvslog] CVS: main/DOCS/tech osd.txt,1.2,1.3

Gabucino gabucino at mplayerhq.hu
Sat Oct 4 19:29:26 CEST 2003


Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var/tmp.root/cvs-serv24410/DOCS/tech

Modified Files:
	osd.txt 
Log Message:
many small typo and grammar fixes
Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>


Index: osd.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/osd.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- osd.txt	13 Apr 2002 12:46:14 -0000	1.2
+++ osd.txt	4 Oct 2003 17:28:53 -0000	1.3
@@ -49,7 +49,7 @@
 typedef struct mp_osd_obj_s {
     struct mp_osd_obj_s* next;
     unsigned char type;
-    unsigned char alignment; // 2 bits: x;y percents, 2 bits: x;y relative to parent; 2 bits: alignment left/right/center
+    unsigned char alignment; // 2 bits: x;y percentages, 2 bits: x;y relative to parent; 2 bits: alignment left/right/center
     unsigned short flags;
     int x,y;	// coords
     unsigned char color[4]; // YUVA



More information about the MPlayer-cvslog mailing list