mirror of
https://github.com/mpv-player/mpv
synced 2025-01-14 02:51:26 +00:00
client API: mention that SIGPIPE is sometimes blocked
ipc-unix.c does this out of convenience. Since signals are global process state, this deserves a mention, since applications could in theory rely on SIGPIPE being set to something else.
This commit is contained in:
parent
342e36ea11
commit
4f49334318
@ -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
|
||||
* ---------------------
|
||||
|
Loading…
Reference in New Issue
Block a user