summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-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 e59ec25e47..5485df474d 100644
--- a/libvo/vo_gl2.c
+++ b/libvo/vo_gl2.c
@@ -201,7 +201,7 @@ static int initTextures(void)
if (format != gl_internal_format)
{
mp_msg (MSGT_VO, MSGL_V, "[gl2] Needed texture [%dx%d] too big, trying ",
- texture_height, texture_width);
+ texture_width, texture_height);
if (texture_width > texture_height)
texture_width /= 2;