summaryrefslogtreecommitdiffstats
path: root/mencoder.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 /mencoder.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 'mencoder.c')
-rw-r--r--mencoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mencoder.c b/mencoder.c
index d1cde38f53..c87938a3fb 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -390,7 +390,7 @@ unsigned int timer_start;
mp_msg_init();
mp_msg_set_level(MSGL_STATUS);
- mp_msg(MSGT_CPLAYER,MSGL_INFO, "MEncoder " VERSION " (C) 2000-2004 MPlayer Team\n\n");
+ mp_msg(MSGT_CPLAYER,MSGL_INFO, "MEncoder " VERSION " (C) 2000-2004 MPlayer Team\n");
/* Test for cpu capabilities (and corresponding OS support) for optimizing */
GetCpuCaps(&gCpuCaps);
@@ -435,7 +435,7 @@ if(!codecs_file || !parse_codec_cfg(codecs_file)){
mp_msg(MSGT_MENCODER,MSGL_HINT,MSGTR_CopyCodecsConf);
mencoder_exit(1,NULL);
}
- mp_msg(MSGT_MENCODER,MSGL_INFO,MSGTR_BuiltinCodecsConf);
+ mp_msg(MSGT_MENCODER,MSGL_V,MSGTR_BuiltinCodecsConf);
}
}
}