summaryrefslogtreecommitdiffstats
path: root/demux/stheader.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/stheader.h
parent6ede485e4b2ea1093e84d8589a1c321fe8a8462a (diff)
downloadmpv-06281848de53153266d8d4639bbc98e12505994b.tar.bz2
mpv-06281848de53153266d8d4639bbc98e12505994b.tar.xz
demux: refactor
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index 6b01d24a58..9898d8be33 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -68,6 +68,9 @@ struct sh_stream {
// shouldn't exist type of stuff
struct MPOpts *opts;
+
+ // Internal to demux.c
+ struct demux_stream *ds;
};
#define SH_COMMON \