diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-03-31 12:20:17 +0200 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2013-08-26 09:19:19 -0700 |
commit | 8e3581ab03b1cca32c7020c45d88002516ff92dd (patch) | |
tree | 04e34f1f9e26f1e949616564e5b3dc06aaa40d84 | |
parent | 5d3cd041fcb8ec0811c5d6e3b28b7a67e3f528f8 (diff) | |
download | ffmpeg-8e3581ab03b1cca32c7020c45d88002516ff92dd.tar.gz |
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>
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b170f850e7..528d3b0013 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. |