0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

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:
wm4 2016-09-28 15:26:24 +02:00
parent ef2bbd5a7a
commit b344da22ae

View File

@ -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
*