# HG changeset patch # User reimar # Date 1233661627 0 # Node ID f14a2a438af250415bd6682b8ce530f88179cb54 # Parent 395034c15a4bd162538eaa104024a9c29951e9a1 Add [gl] in front of vo_gl message diff -r 395034c15a4b -r f14a2a438af2 libvo/vo_gl.c --- a/libvo/vo_gl.c Tue Feb 03 11:46:31 2009 +0000 +++ b/libvo/vo_gl.c Tue Feb 03 11:47:07 2009 +0000 @@ -416,7 +416,7 @@ 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);