[MPlayer-cvslog] r28459 - trunk/libvo/vo_gl.c
reimar
subversion at mplayerhq.hu
Tue Feb 3 12:47:07 CET 2009
Author: reimar
Date: Tue Feb 3 12:47:07 2009
New Revision: 28459
Log:
Add [gl] in front of vo_gl message
Modified:
trunk/libvo/vo_gl.c
Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c Tue Feb 3 12:46:31 2009 (r28458)
+++ trunk/libvo/vo_gl.c Tue Feb 3 12:47:07 2009 (r28459)
@@ -416,7 +416,7 @@ static void autodetectGlExtensions(void)
if (force_pbo == -1) force_pbo = strstr(extensions, "_pixel_buffer_object") ? is_ati : 0;
if (use_rectangle == -1) use_rectangle = strstr(extensions, "_texture_non_power_of_two") ? 0 : 0;
if (is_ati && (lscale == 1 || lscale == 2 || cscale == 1 || cscale == 2))
- mp_msg(MSGT_VO, MSGL_WARN, "Selected scaling mode may be broken on ATI cards.\n"
+ mp_msg(MSGT_VO, MSGL_WARN, "[gl] Selected scaling mode may be broken on ATI cards.\n"
"Tell _them_ to fix GL_REPEAT if you have issues.\n");
mp_msg(MSGT_VO, MSGL_V, "[gl] Settings after autodetection: ati-hack = %i, force-pbo = %i, rectangle = %i\n",
ati_hack, force_pbo, use_rectangle);
More information about the MPlayer-cvslog
mailing list