summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-09 14:49:13 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-09 14:49:13 +0000
commitbe2b214c35787b11ce4dafed268fa749b38c872e (patch)
treeed6ba4b46b4aa0a1109a747520796b8038780d95 /libvo
parentbb0c8b3df52be100873c534471bcfe2528169ebc (diff)
downloadmpv-be2b214c35787b11ce4dafed268fa749b38c872e.tar.bz2
mpv-be2b214c35787b11ce4dafed268fa749b38c872e.tar.xz
gl_buffer should be unsigned
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16435 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index bc3288a0dd..c772d85c08 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -67,7 +67,7 @@ static GLenum gl_target;
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;