summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-08-20 10:54:30 +0200
committerPaul B Mahol <onemda@gmail.com>2021-08-20 10:55:33 +0200
commitd5b3e0403ee2eceac5f38455c0c23fef415bc69c (patch)
tree23a4af3cd4ef92c04038dbe1af1560f25ab3df90 /doc
parentb06f12b68b397f9bf9ee991e850095b0330cb3dc (diff)
avfilter/vf_colorcorrect: fix average analyze mode and add minmax mode
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index f8d99b7171..480cab706c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -8227,7 +8227,7 @@ 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}.
+parameters for filtering output frame. Can be @code{manual} or @code{average} or @code{minmax}.
Default value is @code{manual}.
@end table