From 21c9ee71e2e52078f2b23de13ba7c7b413e118ab Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 8 Sep 2018 15:25:53 +0200 Subject: 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. --- demux/demux.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'demux/demux.h') 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; -- cgit v1.2.3