summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-11 19:20:25 +0200
committerwm4 <wm4@nowhere>2013-07-11 19:20:25 +0200
commit06281848de53153266d8d4639bbc98e12505994b (patch)
tree8052bb8db974334f6a369fa52e3b6c4cf7c195fd /demux/demux.h
parent6ede485e4b2ea1093e84d8589a1c321fe8a8462a (diff)
downloadmpv-06281848de53153266d8d4639bbc98e12505994b.tar.bz2
mpv-06281848de53153266d8d4639bbc98e12505994b.tar.xz
demux: refactor
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/demux/demux.h b/demux/demux.h
index a3e48a24f3..2b3a998289 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -183,13 +183,6 @@ typedef struct demuxer {
enum timestamp_type timestamp_type;
bool warned_queue_overflow;
- struct demux_stream *ds[STREAM_TYPE_COUNT]; // video/audio/sub buffers
-
- // These correspond to ds[], e.g.: audio == ds[STREAM_AUDIO]
- struct demux_stream *audio; // audio buffer/demuxer
- struct demux_stream *video; // video buffer/demuxer
- struct demux_stream *sub; // dvd subtitle buffer/demuxer
-
struct sh_stream **streams;
int num_streams;