summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-08-15 23:48:30 +0200
committerPaul B Mahol <onemda@gmail.com>2021-08-16 01:19:19 +0200
commitd42b49fc87e97bf0d95232868b69295333bd818f (patch)
tree6fc9766a02e96cd53cc2c1c71640d7b73f794ab7 /doc
parent1cc64146e320f1b0669eae13a20ec58a4cfc7bbc (diff)
avfilter/vf_colorcorrect: add initial automatic filtering
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 138cc85f8f..0c399f1d35 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -8224,6 +8224,11 @@ Default value is 0.
@item saturation
Set the amount of saturation. Allowed range is from -3.0 to 3.0.
Default value is 1.
+
+@item analyze
+If set to anything other than @code{manual} it will analyze every frame and use derived
+parameters for filtering output frame. Can be @code{manual} or @code{average}.
+Default value is @code{manual}.
@end table
@subsection Commands