avfilter/vf_fillborders: add another mode

This commit is contained in:
Paul B Mahol
2021-07-24 20:20:52 +02:00
parent 94c90b3261
commit d5c76450f8
2 changed files with 99 additions and 1 deletions

View File

@@ -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}.