changeset 30968:6daa73f57ced

Print width before height,
author reimar
date Sun, 04 Apr 2010 19:39:54 +0000
parents d42621e5f66a
children 8a443793daef
files libvo/vo_gl2.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_gl2.c	Sun Apr 04 19:38:47 2010 +0000
+++ b/libvo/vo_gl2.c	Sun Apr 04 19:39:54 2010 +0000
@@ -208,7 +208,7 @@
       else
         texture_height /= 2;
 
-      mp_msg (MSGT_VO, MSGL_V, "[%dx%d] !\n", texture_height, texture_width);
+      mp_msg (MSGT_VO, MSGL_V, "[%dx%d] !\n", texture_width, texture_height);
 
       if(texture_width < 64 || texture_height < 64) {
         mp_msg (MSGT_VO, MSGL_FATAL, "[gl2] Give up .. usable texture size not avaiable, or texture config error !\n");