diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-22 21:43:37 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-22 21:43:37 +0000 |
commit | debfab4a0d3636181caef90a4f7942263591e49e (patch) | |
tree | df46b532f4af8bc56011aeaf951a4b0ebf5d5a8c | |
parent | 06da6943724bf7df520f4ef08465350af2b4bc59 (diff) | |
download | ffmpeg-debfab4a0d3636181caef90a4f7942263591e49e.tar.gz |
Refer to the "width" and "height" crop parameter names which were
previously mentioned, rather than to "w" and "h".
Originally committed as revision 20351 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/libavfilter.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/libavfilter.texi b/doc/libavfilter.texi index fdc80eae1d..db21d7fdf2 100644 --- a/doc/libavfilter.texi +++ b/doc/libavfilter.texi @@ -93,8 +93,8 @@ output (non-cropped) area. The default value of ``x'' and ``y'' is 0. -The ``w'' and ``h'' parameters specify the width and height of the -output (non-cropped) area. +The ``width'' and ``height'' parameters specify the width and height +of the output (non-cropped) area. A value of 0 is interpreted as the maximum possible size contained in the area delimited by the top-left corner at position x:y. |