diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-09-29 15:32:49 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-09-29 18:02:25 +0200 |
commit | b4626da92b06cde20a80a2fa320306eb1b1735dc (patch) | |
tree | 1fa5b3fd52eef94abbc15be90f41bcb27261926a /doc/filters.texi | |
parent | d619e82e973c40137a56fa4ba720382b1f688a43 (diff) | |
download | ffmpeg-b4626da92b06cde20a80a2fa320306eb1b1735dc.tar.gz |
avfilter/vf_morpho: add gradient operation type
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 1 |
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}. |