summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpv/stream_cb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libmpv/stream_cb.h b/libmpv/stream_cb.h
index ec48a3c511..1f1bf2333c 100644
--- a/libmpv/stream_cb.h
+++ b/libmpv/stream_cb.h
@@ -54,7 +54,9 @@ extern "C" {
* stream callbacks.
*
* Note that your custom callbacks must not invoke libmpv APIs as that would
- * cause a deadlock.
+ * cause a deadlock. (Unless you call a different mpv_handle than the one the
+ * callback was registered for, and the mpv_handles refer to different mpv
+ * instances.)
*
* Stream lifetime
* ---------------