From a832624af981e52711fd668f89de0a9173fd5c60 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 17 May 2018 12:46:37 +0200 Subject: 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. --- DOCS/man/mpv.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index 920aa2e370..c99a30e11f 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -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`` -- cgit v1.2.3