From 9c5f392cbcf0a93f3dbb557a344c8d35cc90877f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Fri, 12 Apr 2013 10:56:16 +0200 Subject: [PATCH] doc/cropdetect: update boxblur options description. --- doc/filters.texi | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index fb25766ef4..6b4f553a28 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2329,12 +2329,7 @@ Calculate necessary cropping parameters and prints the recommended parameters through the logging system. The detected dimensions correspond to the non-black area of the input video. -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 -[@option{limit}[:@option{round}[:@option{reset}]]]. - -A description of the accepted options follows. +The filter accepts the following options: @table @option @@ -2349,7 +2344,7 @@ offset is automatically adjusted to center the video. Use 2 to get only even dimensions (needed for 4:2:2 video). 16 is best when encoding to most video codecs. Default value is 16. -@item reset +@item reset_count, reset Set the counter that determines after how many frames cropdetect will reset the previously detected largest video area and start over to detect the current optimal crop area. Default value is 0.