diff options
author | wm4 <wm4@nowhere> | 2018-05-19 12:37:37 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2018-05-24 19:56:35 +0200 |
commit | 562d8e6d3236022a77e49a17948e25e493538f04 (patch) | |
tree | 801a0802af3cf0e0fdec43630dcada7d8c017f32 /demux/timeline.c | |
parent | d7ca95c3ea90782c786a6a607d3713bb42a104b1 (diff) | |
download | mpv-562d8e6d3236022a77e49a17948e25e493538f04.tar.bz2 mpv-562d8e6d3236022a77e49a17948e25e493538f04.tar.xz |
player: simplify edition switching
The player fully restarts playback when the edition or disk title is
changed. Before this, the player tried to reinitialized playback
partially. For example, it did not print a new "Playing: <file>"
message, and did not send playback end to libmpv users (scripts or
applications).
This playback restart code was a bit messy and could have unforeseen
interactions with various state. There have been bugs before. Since it's
a mostly cosmetic thing for an obscure feature, just change it to a full
restart. This works well, though since it may have consequences for
scripts or client API users, mention it in interface-changes.rst.
Diffstat (limited to 'demux/timeline.c')
0 files changed, 0 insertions, 0 deletions