diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-09-08 23:42:19 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-09-09 00:17:59 +0200 |
commit | 6bda0f6638eb5c7724be54381d7fcaf96fec1111 (patch) | |
tree | bb7cfd62ceeb7a2eebcc571319e6ac76883c20db | |
parent | 91ca8105dde93e8f7500abba36f87629975ba1ab (diff) | |
download | ffmpeg-6bda0f6638eb5c7724be54381d7fcaf96fec1111.tar.gz |
doc/protocols: Fix usefull typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-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 ea5c5319a2..65b176065f 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -261,7 +261,7 @@ operation. By default it is set to -1, which means that the timeout is not specified. @item reconnect_at_eof -If set then eof is treated like an error and causes reconnection, this is usefull +If set then eof is treated like an error and causes reconnection, this is useful for live / endless streams. @item reconnect_streamed |