summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xover.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-15 09:09:29 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-15 09:09:29 +0000
commit3ebf6f0135d695289a0038ca0e46a8420e90b330 (patch)
treee57c72ba23b51a569a2df301d372d3726ff5b7a1 /libvo/vo_xover.c
parentccc9c05e290349ed29bd44b9d5c37887ab85e7b3 (diff)
downloadmpv-3ebf6f0135d695289a0038ca0e46a8420e90b330.tar.bz2
mpv-3ebf6f0135d695289a0038ca0e46a8420e90b330.tar.xz
Reduce excessive verbosity.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13947 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_xover.c')
-rw-r--r--libvo/vo_xover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_xover.c b/libvo/vo_xover.c
index 7f6e4c44f8..a5c2bea6bd 100644
--- a/libvo/vo_xover.c
+++ b/libvo/vo_xover.c
@@ -256,7 +256,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,
mp_msg(MSGT_VO, MSGL_ERR, "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);