1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

doc/filters: fix typo for hsvkey/hsvhold

This commit is contained in:
Paul B Mahol
2021-10-29 23:24:44 +02:00
parent 8164fe1139
commit 4f8494fe5a

View File

@@ -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