summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/demux.h b/demux/demux.h
index 7b25032011..7a663684f9 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -195,7 +195,7 @@ typedef struct demuxer {
void *priv; // demuxer-specific internal data
struct MPOpts *opts;
struct mpv_global *global;
- struct mp_log *log;
+ struct mp_log *log, *glog;
struct demuxer_params *params;
} demuxer_t;