diff options
author | wm4 <wm4@nowhere> | 2015-08-04 01:01:09 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-08-04 01:01:09 +0200 |
commit | 75b1d5043fdfe672417ef8d58f8fa87672aadde9 (patch) | |
tree | 46589c1085f8504e71c4f2650dc87afda3f2dbc9 /etc/input.conf | |
parent | 525ada8c7ac69da5bb0c1977f519ff40c4390b4a (diff) | |
download | mpv-75b1d5043fdfe672417ef8d58f8fa87672aadde9.tar.bz2 mpv-75b1d5043fdfe672417ef8d58f8fa87672aadde9.tar.xz |
player: use demux_open_url() to open main files
Instead of opening a stream and then a demuxer, do both at once with
demux_open_url().
This requires some awkward additions to demuxer_params, because there
are some weird features associated with opening the main file. E.g. the
relatively useless --stream-capture features requires enabling capturing
on the stream before the demuxer is opened, but on the other hand
shouldn't be done on secondary files like external subtitles.
Also relatively bad: since demux_open_url() returns just a demuxer
pointer or NULL, additional error reporting is done via demuxer_params.
Still, at least conceptually, it's ok, and simpler than before.
Diffstat (limited to 'etc/input.conf')
0 files changed, 0 insertions, 0 deletions