summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-11 19:39:23 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-11 19:39:23 +0000
commit60fae69741d9e6d8d0566e0fba70251547338a77 (patch)
treeda57a54c10ebee0185e8527e54c584c83dc21f1e /libvo
parentde4ae5ba94a342b0ac7c6a1a07e08b9dfc5956d0 (diff)
downloadmpv-60fae69741d9e6d8d0566e0fba70251547338a77.tar.bz2
mpv-60fae69741d9e6d8d0566e0fba70251547338a77.tar.xz
missing return for InitGl function
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13921 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index bd790d05d1..2c07b1b7ed 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -213,6 +213,7 @@ static int initGl(uint32_t d_width, uint32_t d_height) {
glClearColor( 0.0f,0.0f,0.0f,0.0f );
glClear( GL_COLOR_BUFFER_BIT );
+ return 1;
}
/* connect to server, create and map window,