diff options
author | Marton Balint <cus@passwd.hu> | 2020-02-13 23:50:32 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-02-24 00:02:45 +0100 |
commit | 006744bdbd83d98bc71cb041d9551bf6a64b45a2 (patch) | |
tree | a01df65ec0cb9f22b2c8522286180ca9ffa11c79 /doc | |
parent | b96bc946f219fbd28cffc1efea78fd42f34148ec (diff) | |
download | ffmpeg-006744bdbd83d98bc71cb041d9551bf6a64b45a2.tar.gz |
avformat/libsrt: fix name of timeout option
rw_timeout is the generic URLcontext option, not the protocol specific timeout
option, also ?rw_timeout never worked because ?timeout was parsed instead.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 5e8c97d164..57814c7831 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -1347,7 +1347,7 @@ Set UDP receive buffer size, expressed in bytes. @item send_buffer_size=@var{bytes} Set UDP send buffer size, expressed in bytes. -@item rw_timeout +@item timeout Set raise error timeout for read/write optations. This option is only relevant in read mode: |