diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-12-18 23:06:56 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-12-18 23:11:51 +0100 |
commit | 50a92107393113cf0c699877536978adffcc9004 (patch) | |
tree | 377694a13692508f8075e29a692736ffa482d447 /doc/filters.texi | |
parent | 962040ad917263c46c13f618d34db9c7f6494cd0 (diff) | |
download | ffmpeg-50a92107393113cf0c699877536978adffcc9004.tar.gz |
avfilter/vf_fillborders: add fade mode
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 5 |
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 |