summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-21 21:55:41 +0100
committerwm4 <wm4@nowhere>2013-12-21 22:13:05 +0100
commit6aaea76b4d62990419a53c715640dab1836bba7f (patch)
tree3689ca9e28c7d462f2539ebac282797c7002c5e4 /demux/demux.h
parenteef36f03ea76f97c10075ae4b08e1e53e5195479 (diff)
downloadmpv-6aaea76b4d62990419a53c715640dab1836bba7f.tar.bz2
mpv-6aaea76b4d62990419a53c715640dab1836bba7f.tar.xz
demux: don't prefix tag output with demuxer name
Add a separate mp_log instance for this purpose.
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;