summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-12 10:56:16 +0200
committerClément Bœsch <ubitux@gmail.com>2013-04-12 10:59:05 +0200
commit9c5f392cbcf0a93f3dbb557a344c8d35cc90877f (patch)
tree50f6b74e525b54525ca4eb655a98565150f79060
parent9811b7942db32ba240a4225a273d926d40ae95b0 (diff)
doc/cropdetect: update boxblur options description.
-rw-r--r--doc/filters.texi9
1 files 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.