summaryrefslogtreecommitdiffstats
path: root/common/msg_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/msg_control.h')
-rw-r--r--common/msg_control.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/msg_control.h b/common/msg_control.h
index 14614abb14..8d9c9e33d2 100644
--- a/common/msg_control.h
+++ b/common/msg_control.h
@@ -23,6 +23,8 @@ struct mp_log_buffer_entry {
// Use --msg-level option for log level of this log buffer
#define MP_LOG_BUFFER_MSGL_TERM (MSGL_MAX + 1)
+// For --log-file; --msg-level, but at least MSGL_DEBUG
+#define MP_LOG_BUFFER_MSGL_LOGFILE (MSGL_MAX + 2)
struct mp_log_buffer;
struct mp_log_buffer *mp_msg_log_buffer_new(struct mpv_global *global,