summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl2.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-17 17:15:16 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-17 17:15:16 +0000
commit6e10cf8cc7427e4c58f839d59a78efa451dccd03 (patch)
treeb92bdcb731f890b2ff34a6d07d395fcb6c1e60c3 /libvo/vo_gl2.c
parent267916c82be0b05f936abd75fe7a196e1fd3e4eb (diff)
downloadmpv-6e10cf8cc7427e4c58f839d59a78efa451dccd03.tar.bz2
mpv-6e10cf8cc7427e4c58f839d59a78efa451dccd03.tar.xz
fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3565 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_gl2.c')
-rw-r--r--libvo/vo_gl2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_gl2.c b/libvo/vo_gl2.c
index 30ca8636e5..b52ff7ed52 100644
--- a/libvo/vo_gl2.c
+++ b/libvo/vo_gl2.c
@@ -194,7 +194,7 @@ static void initTextures()
texnumy++;
printf("[gl2] Creating %dx%d textures of size %dx%d ...\n",
- texnumx, texnumy, texture_width,texture_height, gl_bitmap_format_s);
+ texnumx, texnumy, texture_width,texture_height);
/* Allocate the texture memory */