diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2021-05-14 15:39:47 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2021-05-14 15:39:47 +0530 |
commit | 37099f2132fddb89cf5350a84382efd16cb1ee92 (patch) | |
tree | 3c54ad09184c86dff723d3be2fccd3ec275c6c57 | |
parent | 234e71919469dc3bfc3910b58e82d33d495eeb5a (diff) | |
download | ffmpeg-37099f2132fddb89cf5350a84382efd16cb1ee92.tar.gz |
doc/filters: Unhedge note for sub option in guided filter
-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 a218289ddd..ed0ffe91fc 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -12978,7 +12978,7 @@ Default is @code{basic}. @item sub Set subsampling ratio for @code{fast} mode. -Allowed effective range is 2 to 64. Default is 4. +Range is 2 to 64. Default is 4. No subsampling occurs in @code{basic} mode. @item planes |