diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-10-29 23:24:44 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-10-29 23:32:08 +0200 |
commit | 4f8494fe5a4307e8661e4d66231f488d644a0524 (patch) | |
tree | 024ea838e00b11a55b6dc8d849e5d62ce5c0caa6 | |
parent | 8164fe113910f83e0989d5d151c744895a710710 (diff) | |
download | ffmpeg-4f8494fe5a4307e8661e4d66231f488d644a0524.tar.gz |
doc/filters: fix typo for hsvkey/hsvhold
-rw-r--r-- | doc/filters.texi | 12 |
1 files 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 |