From 9034d1b0add2f7e58150cb9ca0c28d42d3c0d0df Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 9 Jun 2010 13:44:32 +0000 Subject: libvo: Reduce verbosity of suboption parsing messages git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31353 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_jpeg.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libvo/vo_jpeg.c') diff --git a/libvo/vo_jpeg.c b/libvo/vo_jpeg.c index d2b5982c89..f27f2fd3fb 100644 --- a/libvo/vo_jpeg.c +++ b/libvo/vo_jpeg.c @@ -354,8 +354,8 @@ static int preinit(const char *arg) }; const char *info_message = NULL; - mp_msg(MSGT_VO, MSGL_INFO, "%s: %s\n", info.short_name, - _("Parsing suboptions.")); + mp_msg(MSGT_VO, MSGL_V, "%s: %s\n", info.short_name, + "Parsing suboptions."); jpeg_progressive_mode = 0; jpeg_baseline = 1; @@ -395,8 +395,8 @@ static int preinit(const char *arg) jpeg_maxfiles); } - mp_msg(MSGT_VO, MSGL_INFO, "%s: %s\n", info.short_name, - _("Suboptions parsed OK.")); + mp_msg(MSGT_VO, MSGL_V, "%s: %s\n", info.short_name, + "Suboptions parsed OK."); return 0; } -- cgit v1.2.3