1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-16 20:27:23 +00:00

demux_mkv: check for playback aborts

Check async abort notification. libavformat already do something
equivalent.

Before this commit, the demuxer could enter resync mode (and print silly
warning messages) when the stream stopped returning data because of an
abort.
This commit is contained in:
wm4 2015-03-09 22:32:04 +01:00
parent 5f0eda7b94
commit 39fa05d374
3 changed files with 9 additions and 0 deletions