diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-11-21 15:50:35 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-11-29 17:28:59 +0100 |
commit | 8c2f81a17a21ce3af16d7dd17a2641dbc61432d6 (patch) | |
tree | 2b7368295a22d63566f1a5b8914832adc259d21e /doc | |
parent | 3a61297a672ee0526ef53db279eeb7de0f50e5be (diff) | |
download | ffmpeg-8c2f81a17a21ce3af16d7dd17a2641dbc61432d6.tar.gz |
avfilter/vf_hqdn3d: add support for commands
Diffstat (limited to 'doc')
-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 16bf2df6c2..5fdec6f015 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -11765,6 +11765,13 @@ A floating point number which specifies chroma temporal strength. It defaults to @var{luma_tmp}*@var{chroma_spatial}/@var{luma_spatial}. @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. + @anchor{hwdownload} @section hwdownload |