mirror of https://github.com/mpv-player/mpv
client API: "priority" option is now runtime settable
So it doesn't have to be in the list of options that can be set before mpv_initialize() only.
This commit is contained in:
parent
ef2bbd5a7a
commit
b344da22ae
|
@ -427,7 +427,6 @@ mpv_handle *mpv_create(void);
|
|||
* - load-scripts
|
||||
* - script
|
||||
* - player-operation-mode
|
||||
* - priority (win32)
|
||||
* - input-app-events (OSX)
|
||||
* - all encoding mode options
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue