summaryrefslogtreecommitdiff
path: root/doc/libavfilter.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-22 21:43:37 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-22 21:43:37 +0000
commitdebfab4a0d3636181caef90a4f7942263591e49e (patch)
treedf46b532f4af8bc56011aeaf951a4b0ebf5d5a8c /doc/libavfilter.texi
parent06da6943724bf7df520f4ef08465350af2b4bc59 (diff)
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
Diffstat (limited to 'doc/libavfilter.texi')
-rw-r--r--doc/libavfilter.texi4
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.