summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-09-08 15:50:29 +0200
committerwm4 <wm4@nowhere>2019-09-19 20:37:04 +0200
commitcfa5c73cb575ba584a14d1a6318600a677b59da8 (patch)
tree84505b56bf1191865eca4906e290009c103d1680 /demux/demux.h
parent18180ae89b7d162e04d84d36fa04ac14a58db1f7 (diff)
downloadmpv-cfa5c73cb575ba584a14d1a6318600a677b59da8.tar.bz2
mpv-cfa5c73cb575ba584a14d1a6318600a677b59da8.tar.xz
demux: remove some more minor dead code
Also add clarifications.
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/demux/demux.h b/demux/demux.h
index 3674f7ea34..37aef5c059 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -165,9 +165,7 @@ struct demuxer_params {
bool disable_timeline;
bstr init_fragment;
bool skip_lavf_probing;
- bool does_not_own_stream; // if false, stream is free'd on demux_free()
bool stream_record; // if true, enable stream recording if option is set
- // -- demux_open_url() only
int stream_flags;
// result
bool demuxer_failed;