diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-01 10:33:10 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-01 10:33:10 +0000 |
commit | 3699c1f1df882e4b3f6f1aecf65d0db352343cf1 (patch) | |
tree | f83625c38006123b77445e797c2bed4c7400742a /doc/filters.texi | |
parent | 4cabef0a9db40570e879d144052ad544f1a847df (diff) | |
download | ffmpeg-3699c1f1df882e4b3f6f1aecf65d0db352343cf1.tar.gz |
Fix documented syntax for the cropdetect filter.
Originally committed as revision 25627 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 157f621bf1..2abe099879 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -200,7 +200,7 @@ correspond to the non-black area of the input video. It accepts the syntax: @example -cropdetect[=@var{limit}:@var{round}[:@var{reset}]] +cropdetect[=@var{limit}[:@var{round}[:@var{reset}]]] @end example @table @option |