changeset 16751:d9465442eef2

Be less verbose.
author reimar
date Thu, 13 Oct 2005 19:15:30 +0000
parents 0a31740dd5e6
children 425863aab3df
files libvo/vo_gl.c
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_gl.c	Thu Oct 13 18:33:56 2005 +0000
+++ b/libvo/vo_gl.c	Thu Oct 13 19:15:30 2005 +0000
@@ -759,10 +759,9 @@
     else
       gl_target = GL_TEXTURE_2D;
     if (many_fmts)
-      mp_msg (MSGT_VO, MSGL_WARN, "[gl] using extended formats.\n"
-               "Make sure you have OpenGL >= 1.2 and used corresponding "
-               "headers for compiling!\n");
-    mp_msg (MSGT_VO, MSGL_INFO, "[gl] Using %d as slice height "
+      mp_msg (MSGT_VO, MSGL_INFO, "[gl] using extended formats. "
+               "Use -vo gl:manyfmts if playback fails.\n");
+    mp_msg (MSGT_VO, MSGL_V, "[gl] Using %d as slice height "
              "(0 means image height).\n", slice_height);
     if( !vo_init() ) return -1; // Can't open X11