summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-09-29 15:32:49 +0200
committerPaul B Mahol <onemda@gmail.com>2021-09-29 18:02:25 +0200
commitb4626da92b06cde20a80a2fa320306eb1b1735dc (patch)
tree1fa5b3fd52eef94abbc15be90f41bcb27261926a /doc
parentd619e82e973c40137a56fa4ba720382b1f688a43 (diff)
avfilter/vf_morpho: add gradient operation type
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 568c2995bc..4f21276abf 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -15374,6 +15374,7 @@ Set morphological transform to apply, can be:
@item dilate
@item open
@item close
+@item gradient
@end table
Default is @code{erode}.