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

Reimar Döffinger CVS syncmail at mplayerhq.hu
Fri Sep 9 16:49:15 CEST 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	vo_gl.c 
Log Message:
gl_buffer should be unsigned


Index: vo_gl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gl.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- vo_gl.c	9 Sep 2005 14:47:54 -0000	1.94
+++ vo_gl.c	9 Sep 2005 14:49:13 -0000	1.95
@@ -67,7 +67,7 @@
 static GLint gl_texfmt;
 static GLenum gl_format;
 static GLenum gl_type;
-static GLint gl_buffer;
+static GLuint gl_buffer;
 static int gl_buffersize;
 
 static int int_pause;




More information about the MPlayer-cvslog mailing list