[MPlayer-cvslog] CVS: main/libvo vo_gl.c,1.95,1.96

Reimar Döffinger CVS syncmail at mplayerhq.hu
Fri Sep 9 18:43:21 CEST 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	vo_gl.c 
Log Message:
Add missing doxygen comment for clearOSD()


Index: vo_gl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gl.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- vo_gl.c	9 Sep 2005 14:49:13 -0000	1.95
+++ vo_gl.c	9 Sep 2005 16:43:18 -0000	1.96
@@ -126,6 +126,9 @@
   }
 }
 
+/**
+ * \brief remove all OSD textures and display-lists, thus clearing it.
+ */
 static void clearOSD() {
   int i;
   glDeleteTextures(osdtexCnt, osdtex);




More information about the MPlayer-cvslog mailing list