From 8876b0816d39741f047b1e4d649ac5e525bb464d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Fri, 12 Apr 2013 10:46:33 +0200 Subject: [PATCH] doc/filters: update blackframe options description. --- doc/filters.texi | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 31587830e4..0bf68613a5 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1907,21 +1907,17 @@ the position in the file if known or -1 and the timestamp in seconds. In order to display the output lines, you need to set the loglevel at least to the AV_LOG_INFO value. -The filter accepts parameters as a list of @var{key}=@var{value} -pairs, separated by ":". If the key of the first options is omitted, -the arguments are interpreted according to the syntax -blackframe[=@var{amount}[:@var{threshold}]]. - The filter accepts the following options: @table @option @item amount -The percentage of the pixels that have to be below the threshold, defaults to -98. +Set the percentage of the pixels that have to be below the threshold, defaults +to @code{98}. -@item threshold -Threshold below which a pixel value is considered black, defaults to 32. +@item threshold, thresh +Set the threshold below which a pixel value is considered black, defaults to +@code{32}. @end table