From b5f620ae75f964c01e5c0fc983e6d5af9f452750 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 23 Feb 2016 22:15:10 +0100 Subject: 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. --- 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 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; -- cgit v1.2.3