summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
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;