[FFmpeg-cvslog] doc/filters: fix width/height typo in crop filter.
Timothy Gu
git at videolan.org
Sun Mar 31 12:20:48 CEST 2013
ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Sun Mar 31 12:20:17 2013 +0200| [874173002e9ea7e3504197c2f55a565f78cddf61] | committer: Clément Bœsch
doc/filters: fix width/height typo in crop filter.
Signed-off-by: Clément Bœsch <ubitux at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=874173002e9ea7e3504197c2f55a565f78cddf61
---
doc/filters.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 4190cca..79fe9a4 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2113,7 +2113,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