mirror of https://github.com/mpv-player/mpv
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:
parent
34259f11dc
commit
972989db7e
|
@ -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``
|
||||
|
||||
|
|
Loading…
Reference in New Issue