summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-28 15:26:24 +0200
committerwm4 <wm4@nowhere>2016-09-28 15:26:24 +0200
commitb344da22ae605b01be64ad0cbf75265087d16ee5 (patch)
tree8e6c324510bb4e6ebb15d66ba2b8be03b6a4bf01
parentef2bbd5a7ad2a85c3bb41b5813ad601a88b8c8e2 (diff)
downloadmpv-b344da22ae605b01be64ad0cbf75265087d16ee5.tar.bz2
mpv-b344da22ae605b01be64ad0cbf75265087d16ee5.tar.xz
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.
-rw-r--r--libmpv/client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index ca7ed9f552..788b4f2e57 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -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
*