splitted mp_msg_init and mp_msg_set_level

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5222 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-03-20 15:22:48 +00:00
parent 032dcc2bb3
commit 2e1959effa
1 changed files with 3 additions and 2 deletions

View File

@ -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 ------