summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-09-08 15:25:53 +0200
committerAnton Kindestam <antonki@kth.se>2018-12-06 10:31:30 +0100
commit21c9ee71e2e52078f2b23de13ba7c7b413e118ab (patch)
tree8d06cada619f982895d4d1317282a365b6339122 /demux/demux.h
parent9d8afcf79e3a4b563800dcf7fc08779355e9d602 (diff)
downloadmpv-21c9ee71e2e52078f2b23de13ba7c7b413e118ab.tar.bz2
mpv-21c9ee71e2e52078f2b23de13ba7c7b413e118ab.tar.xz
demux: remove some dead code
No idea what that shit is. Likely forgotten when timed metadata was introduced, and some of the old mechanisms were replaced.
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/demux/demux.h b/demux/demux.h
index 4fcf8cfbae..1cc740589a 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -232,8 +232,6 @@ typedef struct demuxer {
// internal to demux.c
struct demux_internal *in;
- struct mp_tags **update_stream_tags;
- int num_update_stream_tags;
// Triggered when ending demuxing forcefully. Usually bound to the stream too.
struct mp_cancel *cancel;