diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-10-31 12:25:33 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-31 14:43:47 +0100 |
commit | 9d478f38cd260ad517a1daad17bae7e68a5ace3a (patch) | |
tree | cfe9112d665dd3b388ac2c5ca56dc7e7ed9067a6 /doc/filters.texi | |
parent | 93399e9381e62f37f46031f9bb35dec596967b3a (diff) | |
download | ffmpeg-9d478f38cd260ad517a1daad17bae7e68a5ace3a.tar.gz |
lavfi/drawbox: add "width" and "height" aliases for "w" and "h" options
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 8bb7a9e80c..1d6cea95aa 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1735,7 +1735,8 @@ The description of the accepted parameters follows. @item x, y Specify the top left corner coordinates of the box. Default to 0. -@item width, height +@item width, w +@item height, h Specify the width and height of the box, if 0 they are interpreted as the input width and height. Default to 0. |