[MPlayer-cvslog] r31010 - trunk/libvo/vo_gl2.c
reimar
subversion at mplayerhq.hu
Sun Apr 4 21:39:55 CEST 2010
Author: reimar
Date: Sun Apr 4 21:39:54 2010
New Revision: 31010
Log:
Print width before height,
Modified:
trunk/libvo/vo_gl2.c
Modified: trunk/libvo/vo_gl2.c
==============================================================================
--- trunk/libvo/vo_gl2.c Sun Apr 4 21:38:47 2010 (r31009)
+++ trunk/libvo/vo_gl2.c Sun Apr 4 21:39:54 2010 (r31010)
@@ -208,7 +208,7 @@ static int initTextures(void)
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");
More information about the MPlayer-cvslog
mailing list