mirror of https://github.com/mpv-player/mpv
another 100l, codec-cfg relied on mp_msg printing nothing....
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17113 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a6f7543bfb
commit
72e4d090f8
|
@ -887,7 +887,7 @@ int use_gui = 0;
|
|||
#endif
|
||||
|
||||
int mp_msg_levels[MSGT_MAX];
|
||||
int mp_msg_level_all = MSGL_STATUS;
|
||||
int mp_msg_level_all = MSGL_ERR;
|
||||
int verbose = 0;
|
||||
|
||||
void wrapline(FILE *f2,char *s){
|
||||
|
|
Loading…
Reference in New Issue