mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +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:
@@ -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
|
||||
* ---------------------
|
||||
|
||||
Reference in New Issue
Block a user