From a2846faa321fdfd57af01a21c2df08e5b5ffb6ca Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 10 Apr 2020 00:55:39 +0200 Subject: player, stats: more silly debug stuff In addition to stats.c being gross, I don't think master branch code should be littered with debug code. But it's a helpful abomination. --- 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 a78b2b2a37..e9f9835f3a 100644 --- a/player/core.h +++ b/player/core.h @@ -240,6 +240,7 @@ typedef struct MPContext { struct mpv_global *global; struct MPOpts *opts; struct mp_log *log; + struct stats_ctx *stats; struct m_config *mconfig; struct input_ctx *input; struct mp_client_api *clients; -- cgit v1.2.3