diff libvo/vo_xvidix.c @ 13946:e632b43f0598

Reduce excessive verbosity.
author diego
date Mon, 15 Nov 2004 09:09:29 +0000
parents e047e70a9767
children 05aa13cdf92f
line wrap: on
line diff
--- a/libvo/vo_xvidix.c	Sun Nov 14 22:25:49 2004 +0000
+++ b/libvo/vo_xvidix.c	Mon Nov 15 09:09:29 2004 +0000
@@ -286,7 +286,7 @@
                    "Sorry, this (%d) color depth is not supported\n",
                    vo_depthonscreen);
     }
-    mp_msg(MSGT_VO, MSGL_INFO, "Using colorkey: %x\n", colorkey);
+    mp_msg(MSGT_VO, MSGL_V, "Using colorkey: %x\n", colorkey);
 
     aspect(&d_width, &d_height, A_NOZOOM);