Browse Source

Refer again to the "width" and "height" crop parameter names

which were previously mentioned, rather than to "w" and "h".

Originally committed as revision 20353 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Stefano Sabatini 15 years ago
parent
commit
29b5a3aacf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/libavfilter.texi

+ 1
- 1
doc/libavfilter.texi View File

@@ -109,7 +109,7 @@ will delimit the rectangle with the top-left corner placed at position
100:100 and the right-bottom corner corresponding to the right-bottom 100:100 and the right-bottom corner corresponding to the right-bottom
corner of the input image. corner of the input image.


The default value of ``w'' and ``h'' is 0.
The default value of ``width'' and ``height'' is 0.


@section null @section null




Loading…
Cancel
Save