summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-07-08 14:11:52 +0200
committerwm4 <wm4@nowhere>2016-07-08 16:10:57 +0200
commit26b6873ffdf7534f8a4fa154565a5e92a0243110 (patch)
tree1d6a9e67bcb8d32f544fd9a832e5ebe758dd99f1
parent71a8aa2e9aa66b243cb5e4765b5f9fd70003a096 (diff)
downloadmpv-26b6873ffdf7534f8a4fa154565a5e92a0243110.tar.bz2
mpv-26b6873ffdf7534f8a4fa154565a5e92a0243110.tar.xz
client API: remove "status" log level from mpv_request_event docs
Although it appears to be accepted by the function, MSGL_STATUS messages are never passed to the client API. Consequently "status" has the same meaning as "v" and is useless.
-rw-r--r--DOCS/client-api-changes.rst4
-rw-r--r--libmpv/client.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 7bcbbad721..2027ed9fcf 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -32,6 +32,10 @@ API changes
::
+ --- mpv 0.18.1 ---
+ ---- - remove "status" log level from mpv_request_log_messages() docs. This
+ is 100% equivalent to "v". The behavior is still the same, thus no
+ actual API change.
--- mpv 0.18.0 ---
1.21 - mpv_set_property() changes behavior with MPV_FORMAT_NODE. Before this
change it rejected mpv_nodes with format==MPV_FORMAT_STRING if the
diff --git a/libmpv/client.h b/libmpv/client.h
index 1980cea881..3f5d759bb4 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -1446,7 +1446,7 @@ int mpv_request_event(mpv_handle *ctx, mpv_event_id event, int enable);
* required log level for a message to be received with MPV_EVENT_LOG_MESSAGE.
*
* @param min_level Minimal log level as string. Valid log levels:
- * no fatal error warn info status v debug trace
+ * no fatal error warn info v debug trace
* The value "no" disables all messages. This is the default.
* An exception is the value "terminal-default", which uses the
* log level as set by the "--msg-level" option. This works