From 4f8494fe5a4307e8661e4d66231f488d644a0524 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 29 Oct 2021 23:24:44 +0200 Subject: [PATCH] doc/filters: fix typo for hsvkey/hsvhold --- 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