diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-11-21 12:07:58 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-11-21 12:07:58 +0100 |
commit | fbcb141c06a73667b5b37d41d8a7bd37619bb3b7 (patch) | |
tree | f86693b22ee1f135b97aa2d34d3ce5a64a22dd95 /doc/filters.texi | |
parent | 84e9a55d8ed79c51ef180ce36bdcb044ab86dab2 (diff) | |
download | ffmpeg-fbcb141c06a73667b5b37d41d8a7bd37619bb3b7.tar.gz |
avfilter/vf_fillborders: add support for commands
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a30f101e6e..1ffaf3cc72 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -10745,6 +10745,13 @@ Default is @var{smear}. Set color for pixels in fixed mode. Default is @var{black}. @end table +@subsection Commands +This filter supports same @ref{commands} as options. +The command accepts the same syntax of the corresponding option. + +If the specified expression is not valid, it is kept at its current +value. + @section find_rect Find a rectangular object |