summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpv/client.h')
-rw-r--r--libmpv/client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index 74b5d66ed8..6f50fd881c 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -515,6 +515,11 @@ int mpv_load_config_file(mpv_handle *ctx, const char *filename);
* mpv_suspend() is not allowed.
*
* Calling this on an uninitialized player (see mpv_create()) will deadlock.
+ *
+ * @deprecated This function, as well as mpv_resume(), are deprecated, and
+ * will stop doing anything soon. Their semantics were never
+ * well-defined, and their usefulness is extremely limited. The
+ * calls will remain stubs in order to keep ABI compatibility.
*/
void mpv_suspend(mpv_handle *ctx);