From 8e75cc3339801cec242f0bdce0d4e0dd261f1876 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Dec 2013 22:00:26 +0100 Subject: player: use separate msg prefix for statusline So the user can specifically mute or unmute the status line with --msglevel. Accidentally removed with commit 5e0c4ec3. --- player/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index ad3d121aa7..711c99840b 100644 --- a/player/core.h +++ b/player/core.h @@ -147,6 +147,7 @@ typedef struct MPContext { struct mpv_global *global; struct MPOpts *opts; struct mp_log *log; + struct mp_log *statusline; struct m_config *mconfig; struct input_ctx *input; struct osd_state *osd; -- cgit v1.2.3