1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +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 @table @option
@item hue @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. Allowed range is from -360 to 360. Default value is 0.
@item sat @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. Allowed range is from -1 to 1. Default value is 0.
@item val @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. Allowed range is from -1 to 1. Default value is 0.
@item similarity @item similarity
@ -13773,15 +13773,15 @@ The filter accepts the following options:
@table @option @table @option
@item hue @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. Allowed range is from -360 to 360. Default value is 0.
@item sat @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. Allowed range is from -1 to 1. Default value is 0.
@item val @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. Allowed range is from -1 to 1. Default value is 0.
@item similarity @item similarity