mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 21:00:21 +00:00
manpage: mention that fd:// file descriptors may be modified
For example, we call setmode() to switch a FD from text to binary mode on garbage OSes.
This commit is contained in:
@@ -899,6 +899,8 @@ PROTOCOLS
|
||||
|
||||
Read data from the given file descriptor (for example 123). This is similar
|
||||
to piping data to stdin via ``-``, but can use an arbitrary file descriptor.
|
||||
mpv may modify some file descriptor properties when the stream layer "opens"
|
||||
it.
|
||||
|
||||
``fdclose://123``
|
||||
|
||||
|
||||
Reference in New Issue
Block a user