diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-11-18 17:34:52 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-11-18 18:03:15 +0100 |
commit | 17a0dfebf55f67653c29a607545a799f12bc0c01 (patch) | |
tree | a3d683c1b148a2cb5b7976cb2b965a80707e2fc1 /doc | |
parent | e3081d6f4f36adc3d06b88a3c43ca6f18ab674c8 (diff) | |
download | ffmpeg-17a0dfebf55f67653c29a607545a799f12bc0c01.tar.gz |
avfilter/vf_despill: 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 375a82a9b2..a2d1a3aa9f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -9410,6 +9410,10 @@ Controls brightness of spill area, preserving colors. Modify alpha from generated spillmap. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section detelecine Apply an exact inverse of the telecine operation. It requires a predefined |