summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xvidix.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_xvidix.c')
-rw-r--r--libvo/vo_xvidix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_xvidix.c b/libvo/vo_xvidix.c
index 7589f19423..34480cb1de 100644
--- a/libvo/vo_xvidix.c
+++ b/libvo/vo_xvidix.c
@@ -286,7 +286,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,
"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);