[FFmpeg-cvslog] doc/filters: fix width/height typo in crop filter.

Timothy Gu git at videolan.org
Tue Aug 27 00:24:29 CEST 2013


ffmpeg | branch: release/1.2 | Timothy Gu <timothygu99 at gmail.com> | Sun Mar 31 12:20:17 2013 +0200| [8e3581ab03b1cca32c7020c45d88002516ff92dd] | committer: Timothy Gu

doc/filters: fix width/height typo in crop filter.

Signed-off-by: Clément Bœsch <ubitux at gmail.com>
(cherry picked from commit 874173002e9ea7e3504197c2f55a565f78cddf61)

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e3581ab03b1cca32c7020c45d88002516ff92dd
---

 doc/filters.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index b170f85..528d3b0 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2030,7 +2030,7 @@ This expression is evaluated only once during the filter
 configuration.
 
 @item h, out_h
-Set the crop area width. It defaults to @code{ih}.
+Set the crop area height. It defaults to @code{ih}.
 This expression is evaluated only once during the filter
 configuration.
 



More information about the ffmpeg-cvslog mailing list