diff options
Diffstat (limited to 'demux/stheader.h')
-rw-r--r-- | demux/stheader.h | 3 |
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 \ |