summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-01-27 00:33:56 +0100
committerPaul B Mahol <onemda@gmail.com>2021-01-27 00:57:26 +0100
commit2ee2e4cd416c0847826610e70d6c79e48f78344c (patch)
treeb84a24cbe12aa9131e2266d327d7c63040d396b0 /doc
parent199d9e705a076606e3f86b01ae2927b48cd5a098 (diff)
avfilter/vf_colorchannelmixer: extend pl option functionality
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 8870457f8e..ebe56ae5d5 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -8067,7 +8067,8 @@ Default is @code{1} for @var{aa}, and @code{0} for @var{ar}, @var{ag} and @var{a
Allowed ranges for options are @code{[-2.0, 2.0]}.
@item pl
-Preserve lightness when changing colors. Default is disabled.
+Preserve lightness when changing colors. Allowed range is from @code{[0.0, 1.0]}.
+Default is @code{0.0}, thus disabled.
@end table
@subsection Examples