[MPlayer-cvslog] CVS: main/libvo vo_gl.c, 1.60, 1.61 gl_common.c, 1.5, 1.6

Reimar Döffinger CVS syncmail at mplayerhq.hu
Wed Dec 29 15:33:43 CET 2004


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	vo_gl.c gl_common.c 
Log Message:
Doxygen comments improved


Index: vo_gl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gl.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- vo_gl.c	1 Dec 2004 17:05:58 -0000	1.60
+++ vo_gl.c	29 Dec 2004 14:33:40 -0000	1.61
@@ -47,12 +47,17 @@
 
 static int use_osd;
 static int scaled_osd;
+//! How many parts the OSD may consist of at most
 #define MAX_OSD_PARTS 20
+//! Textures for OSD
 static GLuint osdtex[MAX_OSD_PARTS];
 #ifndef FAST_OSD
+//! Alpha textures for OSD
 static GLuint osdatex[MAX_OSD_PARTS];
 #endif
+//! Display lists that draw the OSD parts
 static GLuint osdDispList[MAX_OSD_PARTS];
+//! How many parts the OSD currently consists of
 static int osdtexCnt = 0;
 
 static int use_aspect;

Index: gl_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/gl_common.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gl_common.c	11 Dec 2004 16:57:42 -0000	1.5
+++ gl_common.c	29 Dec 2004 14:33:40 -0000	1.6
@@ -243,7 +243,7 @@
 }
 #else
 /**
- * Returns the XVisualInfo associated with Window win.
+ * \brief Returns the XVisualInfo associated with Window win.
  * \param win Window whose XVisualInfo is returne.
  * \return XVisualInfo of the window. Caller must use XFree to free it.
  */




More information about the MPlayer-cvslog mailing list