mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
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:
parent
032dcc2bb3
commit
2e1959effa
@ -505,7 +505,8 @@ int gui_no_filename=0;
|
|||||||
|
|
||||||
//vo_tune_info_t vtune;
|
//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);
|
mp_msg(MSGT_CPLAYER,MSGL_INFO,banner_text);
|
||||||
// memset(&vtune,0,sizeof(vo_tune_info_t));
|
// memset(&vtune,0,sizeof(vo_tune_info_t));
|
||||||
@ -640,7 +641,7 @@ if(!parse_codec_cfg(get_path("codecs.conf"))){
|
|||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
mp_msg_init(verbose+MSGL_STATUS);
|
mp_msg_set_level(verbose+MSGL_STATUS);
|
||||||
|
|
||||||
//------ load global data first ------
|
//------ load global data first ------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user