OSDN Git Service

Refer to the "width" and "height" crop parameter names which were
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 22 Oct 2009 21:43:37 +0000 (21:43 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 22 Oct 2009 21:43:37 +0000 (21:43 +0000)
previously mentioned, rather than to "w" and "h".

Originally committed as revision 20351 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/libavfilter.texi

index fdc80ea..db21d7f 100644 (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.