1
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 22:37:28 +01:00

splitted mp_msg_init and mp_msg_set_level

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5224 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-03-20 15:38:13 +00:00
parent 8de170f53d
commit f8b635b46e

View File

@ -106,7 +106,7 @@ codecs_t *vfw_codec = NULL;
**************************************************************************/
vo_vaa_t vo_vaa;
int vo_doublebuffering;
int vaa_use_dr;
int vo_directrendering;
//--------------------------
@ -475,7 +475,8 @@ unsigned int timer_start;
//int out_buffer_size=0x200000;
//unsigned char* out_buffer=malloc(out_buffer_size);
mp_msg_init(MSGL_STATUS);
mp_msg_init();
mp_msg_set_level(MSGL_STATUS);
mp_msg(MSGT_CPLAYER,MSGL_INFO,"%s",banner_text);
// check codec.conf
@ -535,7 +536,7 @@ divx4_param.rc_reaction_ratio = 20;
mencoder_exit(1,NULL);
}
mp_msg_init(verbose+MSGL_STATUS);
mp_msg_set_level(verbose+MSGL_STATUS);
stream=open_stream(filename,vcd_track,&file_format);