summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-02-08 16:31:21 +0100
committerPaul B Mahol <onemda@gmail.com>2021-02-08 16:37:23 +0100
commita00ff56321b8504150095d4dfc71227ac77f7e8f (patch)
tree5045e536e6827343539b8cc7d9170ace953c041e /doc
parentdd01165f19a87dbfcab1e25ff4b5a2060bddf07c (diff)
avfilter/vf_lut: add support for commands
While here remove excessive log and uninit() call in negate_init().
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 121a9847e1..891e8c4544 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -14114,6 +14114,10 @@ expression
All expressions default to "val".
+@subsection Commands
+
+This filter supports same @ref{commands} as options.
+
@subsection Examples
@itemize
@@ -14776,6 +14780,10 @@ It accepts the following option:
With value 1, it negates the alpha component, if present. Default value is 0.
@end table
+@subsection Commands
+
+This filter supports same @ref{commands} as options.
+
@anchor{nlmeans}
@section nlmeans