]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Refer to the "width" and "height" crop parameter names which were
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 22 Oct 2009 21:43:37 +0000 (21:43 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 22 Oct 2009 21:43:37 +0000 (21:43 +0000)
previously mentioned, rather than to "w" and "h".

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20351 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

doc/libavfilter.texi

index fdc80eae1d51b8ba103e771b8b38e292e52a61a4..db21d7fdf2444ee9b271488b61a2cb89e35ec307 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.