ffmpeg | branch: master | Paul B Mahol <[email protected]> | 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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
