summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpv/client.h')
-rw-r--r--libmpv/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index 41bf4e0c5c..bc2fff0563 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -136,6 +136,8 @@ extern "C" {
* - On memory exhaustion, mpv will kill the process.
* - In certain cases, mpv may start sub processes (such as with the ytdl
* wrapper script).
+ * - Using UNIX IPC (off by default) will override the SIGPIPE signal handler,
+ * and set it to SIG_IGN.
*
* Encoding of filenames
* ---------------------