mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
player: make all external file loading actions async
Still missing: not freezing when removing a track (i.e. closing demuxer) with the sub-remove/audio-remove/rescan-external-files commands.
This commit is contained in:
@@ -910,7 +910,8 @@ which will be fixed later. Using the ``async`` prefix makes them run the file
|
||||
saving code in a detached manner.
|
||||
|
||||
Currently the following commands have different waiting characteristics with
|
||||
sync vs. async: sub-add, audio-add
|
||||
sync vs. async: sub-add, audio-add, sub-reload, audio-reload,
|
||||
rescan-external-files.
|
||||
|
||||
Input Sections
|
||||
--------------
|
||||
|
||||
Reference in New Issue
Block a user