summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl2.c
diff options
context:
space:
mode:
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 */