diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-25 21:21:29 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-09 19:02:32 +0200 |
commit | 460e7b4f6d473d9f03ed45501221f9cb209b28fd (patch) | |
tree | 9c28cb6ef833736e6e4e5bd3bf6be96e227c0d31 /doc | |
parent | fba0156af77b11ec99edf4ee8f511b7aaa6b1891 (diff) | |
download | ffmpeg-460e7b4f6d473d9f03ed45501221f9cb209b28fd.tar.gz |
vf_cropdetect: switch to an AVOptions-based system.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 5 |
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 |