[MPlayer-cvslog] CVS: main/libvo vo_gl.c,1.57,1.58
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Thu Nov 11 20:39:26 CET 2004
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv24599
Modified Files:
vo_gl.c
Log Message:
missing return for InitGl function
Index: vo_gl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gl.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- vo_gl.c 4 Nov 2004 18:31:55 -0000 1.57
+++ vo_gl.c 11 Nov 2004 19:39:23 -0000 1.58
@@ -213,6 +213,7 @@
glClearColor( 0.0f,0.0f,0.0f,0.0f );
glClear( GL_COLOR_BUFFER_BIT );
+ return 1;
}
/* connect to server, create and map window,
More information about the MPlayer-cvslog
mailing list