[FFmpeg-cvslog] doc/filters: fix typo for hsvkey/hsvhold
Paul B Mahol
git at videolan.org
Sat Oct 30 00:32:41 EEST 2021
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Oct 29 23:24:44 2021 +0200| [4f8494fe5a4307e8661e4d66231f488d644a0524] | committer: Paul B Mahol
doc/filters: fix typo for hsvkey/hsvhold
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f8494fe5a4307e8661e4d66231f488d644a0524
---
doc/filters.texi | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index e5e25ef05a..177f0774fc 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -13735,15 +13735,15 @@ The filter accepts the following options:
@table @option
@item hue
-Set the hue value which will be used if color difference calculation.
+Set the hue value which will be used in color difference calculation.
Allowed range is from -360 to 360. Default value is 0.
@item sat
-Set the saturation value which will be used if color difference calculation.
+Set the saturation value which will be used in color difference calculation.
Allowed range is from -1 to 1. Default value is 0.
@item val
-Set the value which will be used if color difference calculation.
+Set the value which will be used in color difference calculation.
Allowed range is from -1 to 1. Default value is 0.
@item similarity
@@ -13773,15 +13773,15 @@ The filter accepts the following options:
@table @option
@item hue
-Set the hue value which will be used if color difference calculation.
+Set the hue value which will be used in color difference calculation.
Allowed range is from -360 to 360. Default value is 0.
@item sat
-Set the saturation value which will be used if color difference calculation.
+Set the saturation value which will be used in color difference calculation.
Allowed range is from -1 to 1. Default value is 0.
@item val
-Set the value which will be used if color difference calculation.
+Set the value which will be used in color difference calculation.
Allowed range is from -1 to 1. Default value is 0.
@item similarity
More information about the ffmpeg-cvslog
mailing list