summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-12-18 23:06:56 +0100
committerPaul B Mahol <onemda@gmail.com>2020-12-18 23:11:51 +0100
commit50a92107393113cf0c699877536978adffcc9004 (patch)
tree377694a13692508f8075e29a692736ffa482d447 /doc
parent962040ad917263c46c13f618d34db9c7f6494cd0 (diff)
avfilter/vf_fillborders: add fade mode
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 930ca021f1..bf26cb27b8 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11766,12 +11766,15 @@ fill pixels using reflecting (whole sample symmetric)
@item wrap
fill pixels using wrapping
+
+@item fade
+fade pixels to constant value
@end table
Default is @var{smear}.
@item color
-Set color for pixels in fixed mode. Default is @var{black}.
+Set color for pixels in fixed or fade mode. Default is @var{black}.
@end table
@subsection Commands