summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index 8b503dc87c..a4b45c15af 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -505,7 +505,8 @@ int gui_no_filename=0;
//vo_tune_info_t vtune;
- mp_msg_init(MSGL_STATUS);
+ mp_msg_init();
+ mp_msg_set_level(MSGL_STATUS);
mp_msg(MSGT_CPLAYER,MSGL_INFO,banner_text);
// memset(&vtune,0,sizeof(vo_tune_info_t));
@@ -640,7 +641,7 @@ if(!parse_codec_cfg(get_path("codecs.conf"))){
printf("\n");
}
- mp_msg_init(verbose+MSGL_STATUS);
+ mp_msg_set_level(verbose+MSGL_STATUS);
//------ load global data first ------