diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-02-09 11:23:19 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-02-09 11:24:31 +0100 |
commit | ca042675eebe2c29f052eb2fa07db15fd702a943 (patch) | |
tree | cb73b3a3530e96c5f65cf44d394fe38ccf6201d3 /doc | |
parent | 8e027ca81760bb94c7404d0d9c0e0ca82f5a9107 (diff) | |
download | ffmpeg-ca042675eebe2c29f052eb2fa07db15fd702a943.tar.gz |
avfilter/vf_maskfun: add support for commands
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 891e8c4544..0db014c922 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14403,6 +14403,10 @@ average, output frame will be completely filled with value set by @var{fill} opt Typically useful for scene changes when used in combination with @code{tblend} filter. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section mcdeint Apply motion-compensation deinterlacing. |