summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-07-17 13:45:16 +0200
committerPaul B Mahol <onemda@gmail.com>2020-07-17 13:53:22 +0200
commit241cdded0fc72102f32429cb3f8c0361c518f993 (patch)
tree1e0eed23a6b5729e1c27df0eeb47870af90a10ad /doc/filters.texi
parentd11cc743c8e5a60b196d7ec514fb31d558c933ef (diff)
avfilter/vf_bilateral: stop using sigmaS as percent of width/height
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 12d40029dc..74d1026bdf 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6581,7 +6581,7 @@ The filter accepts the following options:
@table @option
@item sigmaS
Set sigma of gaussian function to calculate spatial weight.
-Allowed range is 0 to 10. Default is 0.1.
+Allowed range is 0 to 512. Default is 0.1.
@item sigmaR
Set sigma of gaussian function to calculate range weight.