mirror of
https://github.com/mpv-player/mpv
synced 2025-02-18 05:37:04 +00:00
msg: update comment
This commit is contained in:
parent
44993ba0fb
commit
904060ad7b
@ -49,10 +49,10 @@ struct mp_log_root {
|
|||||||
bool header; // indicate that message header should be printed
|
bool header; // indicate that message header should be printed
|
||||||
int blank_lines; // number of lines useable by status
|
int blank_lines; // number of lines useable by status
|
||||||
int status_lines; // number of current status lines
|
int status_lines; // number of current status lines
|
||||||
// --- semi-atomic access
|
|
||||||
bool color;
|
bool color;
|
||||||
int verbose;
|
int verbose;
|
||||||
bool force_stderr;
|
bool force_stderr;
|
||||||
|
// --- semi-atomic access
|
||||||
bool mute;
|
bool mute;
|
||||||
// --- must be accessed atomically
|
// --- must be accessed atomically
|
||||||
/* This is incremented every time the msglevels must be reloaded.
|
/* This is incremented every time the msglevels must be reloaded.
|
||||||
|
Loading…
Reference in New Issue
Block a user