summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-25 21:21:29 +0100
committerAnton Khirnov <anton@khirnov.net>2013-04-09 19:02:32 +0200
commit460e7b4f6d473d9f03ed45501221f9cb209b28fd (patch)
tree9c28cb6ef833736e6e4e5bd3bf6be96e227c0d31 /doc/filters.texi
parentfba0156af77b11ec99edf4ee8f511b7aaa6b1891 (diff)
vf_cropdetect: switch to an AVOptions-based system.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index c75f1198ed..8a2fa54968 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -742,10 +742,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.
-It accepts the syntax:
-@example
-cropdetect[=@var{limit}[:@var{round}[:@var{reset}]]]
-@end example
+This filter accepts the following options:
@table @option