Browse code

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

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

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

Timothy Gu authored on 2013/03/31 19:20:17
Showing 1 changed files
... ...
@@ -2030,7 +2030,7 @@ This expression is evaluated only once during the filter
2030 2030
 configuration.
2031 2031
 
2032 2032
 @item h, out_h
2033
-Set the crop area width. It defaults to @code{ih}.
2033
+Set the crop area height. It defaults to @code{ih}.
2034 2034
 This expression is evaluated only once during the filter
2035 2035
 configuration.
2036 2036