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/filters.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/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b0ea2ca2ca..a2c8a0a4a3 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3486,7 +3486,7 @@ Set number overlapping pixels for each block. Since the filter can be slow, you may want to reduce this value, at the cost of a less effective filter and the risk of various artefacts. -If the overlapping value doesn't allow to process the whole input width or +If the overlapping value doesn't permit processing the whole input width or height, a warning will be displayed and according borders won't be denoised. Default value is @var{blocksize}-1, which is the best possible setting. |