From 6e10cf8cc7427e4c58f839d59a78efa451dccd03 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 17 Dec 2001 17:15:16 +0000 Subject: fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3565 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/vo_gl2.c') 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 */ -- cgit v1.2.3