summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-02-23 22:15:10 +0100
committerwm4 <wm4@nowhere>2016-02-23 23:08:24 +0100
commitb5f620ae75f964c01e5c0fc983e6d5af9f452750 (patch)
tree686bfe8d858db91d12010c30923417138489c34d /player/core.h
parent36c6c0f79b84b7e82da468126e160dffce92e1c5 (diff)
downloadmpv-b5f620ae75f964c01e5c0fc983e6d5af9f452750.tar.bz2
mpv-b5f620ae75f964c01e5c0fc983e6d5af9f452750.tar.xz
player: remove unused MPContext.stream field
It was just dead code. Also fixes the stream-open-filename property, which is supposed to be read-only if a file was already opened.
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 02bd01b03f..7f4104780f 100644
--- a/player/core.h
+++ b/player/core.h
@@ -273,8 +273,6 @@ typedef struct MPContext {
// Current file statistics
int64_t shown_vframes, shown_aframes;
- struct stream *stream; // stream that was initially opened
-
struct demux_chapter *chapters;
int num_chapters;