diff options
author | Moritz Barsnick <barsnick@gmx.net> | 2014-06-20 10:16:01 +0200 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2014-06-20 10:21:31 -0800 |
commit | 10b8481a26346c5586185f65f6f4fca216277fdf (patch) | |
tree | dc03ee3b70e8bcb1da22d3186cd3512c6f9c1731 /doc/protocols.texi | |
parent | 0a995311ceeb4987086b6d42185400f804cecfb7 (diff) | |
download | ffmpeg-10b8481a26346c5586185f65f6f4fca216277fdf.tar.gz |
fix several typos
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 133512a70d..cd9126cccb 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -710,7 +710,7 @@ Do not start playing the stream immediately if set to 1. Default value is 0. @item rtsp_transport -Set RTSP trasport protocols. +Set RTSP transport protocols. It accepts the following values: @table @samp @@ -769,17 +769,17 @@ Set maximum local UDP port. Default value is 65000. @item timeout Set maximum timeout (in seconds) to wait for incoming connections. -A value of -1 mean infinite (default). This option implies the +A value of -1 means infinite (default). This option implies the @option{rtsp_flags} set to @samp{listen}. @item reorder_queue_size Set number of packets to buffer for handling of reordered packets. @item stimeout -Set socket TCP I/O timeout in micro seconds. +Set socket TCP I/O timeout in microseconds. @item user-agent -Override User-Agent header. If not specified, it default to the +Override User-Agent header. If not specified, it defaults to the libavformat identifier string. @end table |