summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-09-08 23:51:29 +0200
committerwm4 <wm4@nowhere>2019-09-19 20:37:04 +0200
commitadbd035b50aabdef1f401f51a8f1d06d6f3d79d3 (patch)
tree452c168f7fd1af349ca91cf2b347bbda7870eb34 /demux/demux.h
parentcb51dfa76a8760fc0d67de9ee90f692ee02fc247 (diff)
downloadmpv-adbd035b50aabdef1f401f51a8f1d06d6f3d79d3.tar.bz2
mpv-adbd035b50aabdef1f401f51a8f1d06d6f3d79d3.tar.xz
demux: autoselection is gone
Was used by DVD, I think.
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/demux/demux.h b/demux/demux.h
index 37aef5c059..d744734525 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -278,7 +278,6 @@ void demux_block_reading(struct demuxer *demuxer, bool block);
void demuxer_select_track(struct demuxer *demuxer, struct sh_stream *stream,
double ref_pts, bool selected);
-void demux_set_stream_autoselect(struct demuxer *demuxer, bool autoselect);
void demuxer_help(struct mp_log *log);