From 5b9d01bd496e6143ce64b4de9a3d0340eb699301 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 29 Jul 2012 21:28:43 +0200 Subject: vd: silence output about aspect ratio Uninteresting. --- libmpcodecs/vd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpcodecs/vd.c b/libmpcodecs/vd.c index e756c2d53e..78748c521a 100644 --- a/libmpcodecs/vd.c +++ b/libmpcodecs/vd.c @@ -310,7 +310,7 @@ int mpcodecs_config_vo2(sh_video_t *sh, int w, int h, if (abs(screen_size_x - w) >= 4 || abs(screen_size_y - h) >= 4) { screen_size_x = w; screen_size_y = h; - mp_tmsg(MSGT_CPLAYER, MSGL_INFO, "Aspect ratio is %.2f:1 - " + mp_tmsg(MSGT_CPLAYER, MSGL_V, "Aspect ratio is %.2f:1 - " "scaling to correct movie aspect.\n", sh->aspect); } } else { -- cgit v1.2.3