mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Comment fix: mp_msg_levels[] is inited to -2, not 2.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17743 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6a59b82b51
commit
4eab536f60
2
mp_msg.c
2
mp_msg.c
@ -20,7 +20,7 @@ extern int use_gui;
|
||||
/* maximum message length of mp_msg */
|
||||
#define MSGSIZE_MAX 3072
|
||||
|
||||
int mp_msg_levels[MSGT_MAX]; // verbose level of this module. inited to 2
|
||||
int mp_msg_levels[MSGT_MAX]; // verbose level of this module. inited to -2
|
||||
int mp_msg_level_all = MSGL_STATUS;
|
||||
int verbose = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user