1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-01 00:07:33 +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:
wm4 2018-05-17 12:46:37 +02:00 committed by sfan5
parent 5a4a69cb58
commit a832624af9

View File

@ -899,6 +899,8 @@ PROTOCOLS
Read data from the given file descriptor (for example 123). This is similar 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. 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`` ``fdclose://123``