[MPlayer-cvslog] CVS: main/libvo vo_gl.c,1.92,1.93

Reimar Döffinger CVS syncmail at mplayerhq.hu
Mon Sep 5 12:08:06 CEST 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	vo_gl.c 
Log Message:
Properly initialize osdtexCnt


Index: vo_gl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gl.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- vo_gl.c	5 Sep 2005 10:02:06 -0000	1.92
+++ vo_gl.c	5 Sep 2005 10:08:04 -0000	1.93
@@ -150,6 +150,7 @@
   glClear( GL_COLOR_BUFFER_BIT );
   if (SwapInterval && swap_interval >= 0)
     SwapInterval(swap_interval);
+  osdtexCnt = 0;
   gl_buffer = 0;
   gl_buffersize = 0;
   err_shown = 0;




More information about the MPlayer-cvslog mailing list