diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-03-31 12:20:17 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-03-31 12:20:17 +0200 |
commit | 874173002e9ea7e3504197c2f55a565f78cddf61 (patch) | |
tree | d12992d79477c1149213280f8116dc30e2a05f96 /doc/filters.texi | |
parent | 01b2d1288ae3aed39892b15b7e2cf4a5cd54c50f (diff) | |
download | ffmpeg-874173002e9ea7e3504197c2f55a565f78cddf61.tar.gz |
doc/filters: fix width/height typo in crop filter.
Signed-off-by: Clément Bœsch <ubitux@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-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 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. |