summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-03-31 12:20:17 +0200
committerClément Bœsch <ubitux@gmail.com>2013-03-31 12:20:17 +0200
commit874173002e9ea7e3504197c2f55a565f78cddf61 (patch)
treed12992d79477c1149213280f8116dc30e2a05f96
parent01b2d1288ae3aed39892b15b7e2cf4a5cd54c50f (diff)
doc/filters: fix width/height typo in crop filter.
Signed-off-by: Clément Bœsch <ubitux@gmail.com>
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 4190ccaccc..79fe9a41dc 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.