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
This commit is contained in:
Stefano Sabatini 2009-10-22 21:43:37 +00:00
parent 06da694372
commit debfab4a0d

View File

@ -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.