[FFmpeg-cvslog] r20351 - trunk/doc/libavfilter.texi
stefano
subversion
Thu Oct 22 23:43:37 CEST 2009
Author: stefano
Date: Thu Oct 22 23:43:37 2009
New Revision: 20351
Log:
Refer to the "width" and "height" crop parameter names which were
previously mentioned, rather than to "w" and "h".
Modified:
trunk/doc/libavfilter.texi
Modified: trunk/doc/libavfilter.texi
==============================================================================
--- trunk/doc/libavfilter.texi Thu Oct 22 23:19:13 2009 (r20350)
+++ trunk/doc/libavfilter.texi Thu Oct 22 23:43:37 2009 (r20351)
@@ -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.
More information about the ffmpeg-cvslog
mailing list