diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-03-07 19:36:07 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-08 21:59:28 +0100 |
commit | 10fd7ff814f2a35b5b49a9c3b0d426ead6c7e83f (patch) | |
tree | 3f54502d8e1d0ddde1cdc2a26df165965d6688f2 /doc/formats.texi | |
parent | fa7084a065a984a11164d4f1154b97f6737f3948 (diff) | |
download | ffmpeg-10fd7ff814f2a35b5b49a9c3b0d426ead6c7e83f.tar.gz |
doc: avoid the incorrect phrase 'allow to'
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/formats.texi')
-rw-r--r-- | doc/formats.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/formats.texi b/doc/formats.texi index 41387098b7..cbbdc1032c 100644 --- a/doc/formats.texi +++ b/doc/formats.texi @@ -23,7 +23,7 @@ Reduce buffering. @item probesize @var{integer} (@emph{input}) Set probing size in bytes, i.e. the size of the data to analyze to get -stream information. A higher value will allow to detect more +stream information. A higher value will enable detecting more information in case it is dispersed into the stream, but will increase latency. Must be an integer not lesser than 32. It is 5000000 by default. @@ -67,7 +67,7 @@ Default is 0. @item analyzeduration @var{integer} (@emph{input}) Specify how many microseconds are analyzed to probe the input. A -higher value will allow to detect more accurate information, but will +higher value will enable detecting more accurate information, but will increase latency. It defaults to 5,000,000 microseconds = 5 seconds. @item cryptokey @var{hexadecimal string} (@emph{input}) |