From: stefano Date: Thu, 22 Oct 2009 21:43:37 +0000 (+0000) Subject: Refer to the "width" and "height" crop parameter names which were X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/163c50d145a831f569421038a7cf941948ebe180 Refer to the "width" and "height" crop parameter names which were previously mentioned, rather than to "w" and "h". git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20351 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/doc/libavfilter.texi b/doc/libavfilter.texi index fdc80eae1..db21d7fdf 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.