summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-07-24 20:20:52 +0200
committerPaul B Mahol <onemda@gmail.com>2021-07-24 20:23:58 +0200
commitd5c76450f813d16340c03500a9eaa5771eeb7fb4 (patch)
treef7c81a39faff9bb211b53969c717a75b48223883 /doc
parent94c90b3261fe1eb8b8f4131c4eb135b611e10e30 (diff)
avfilter/vf_fillborders: add another mode
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 7c1d3e49ae..d9e5b79695 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -12280,6 +12280,9 @@ fill pixels using wrapping
@item fade
fade pixels to constant value
+
+@item margins
+fill pixels at top and bottom with weighted averages pixels near borders
@end table
Default is @var{smear}.