summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-10-30 10:14:23 +0100
committerPaul B Mahol <onemda@gmail.com>2019-10-31 10:32:43 +0100
commitb414cff6304071d5ef1e2b0a1b407e4fe3f58092 (patch)
treeb2f50e9c78ec257a5086053b5915e95799a6786d /doc
parent86a42e954e8e75175a65ef93d05fece8e001e36b (diff)
avfilter/vf_median: add radiusV option
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 9d387be1f5..7e9d50782a 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -12919,11 +12919,16 @@ This filter accepts the following options:
@table @option
@item radius
-Set horizontal and vertical radius size. Default value is @code{1}.
+Set horizontal radius size. Default value is @code{1}.
Allowed range is integer from 1 to 127.
@item planes
Set which planes to process. Default is @code{15}, which is all available planes.
+
+@item radiusV
+Set vertical radius size. Default value is @code{0}.
+Allowed range is integer from 0 to 127.
+If it is 0, value will be picked from horizontal @code{radius} option.
@end table
@section mergeplanes