From 36c6c0f79b84b7e82da468126e160dffce92e1c5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 23 Feb 2016 22:12:11 +0100 Subject: 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. --- player/core.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'player/core.h') 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; -- cgit v1.2.3