summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-02-23 22:12:11 +0100
committerwm4 <wm4@nowhere>2016-02-23 23:08:01 +0100
commit36c6c0f79b84b7e82da468126e160dffce92e1c5 (patch)
tree6ab5d224d43234344e3e7af79a70dce05990705f /player/core.h
parent2f562825e03148de470e14aff275faac17b1b0c1 (diff)
downloadmpv-36c6c0f79b84b7e82da468126e160dffce92e1c5.tar.bz2
mpv-36c6c0f79b84b7e82da468126e160dffce92e1c5.tar.xz
player: remove MPContext.sources fields
Some oddity that is not needed anymore. The only thing which still referenced them was avoiding loading external files more than once, which is now prevented by checking the list of tracks instead.
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/player/core.h b/player/core.h
index ae95a20bdd..02bd01b03f 100644
--- a/player/core.h
+++ b/player/core.h
@@ -274,8 +274,6 @@ typedef struct MPContext {
int64_t shown_vframes, shown_aframes;
struct stream *stream; // stream that was initially opened
- struct demuxer **sources; // all open demuxers
- int num_sources;
struct demux_chapter *chapters;
int num_chapters;