diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2011-10-13 17:54:05 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-13 18:08:50 +0200 |
commit | e2abe90ed72f10cb5cb112a7e4a3ad56ee2d4e6c (patch) | |
tree | 78a4f87a962a880f2c82f7d1601208025d4a913f /doc | |
parent | 8c88d734a557d17ef4ff566b8aaf5e9f4ae9dff1 (diff) | |
download | ffmpeg-e2abe90ed72f10cb5cb112a7e4a3ad56ee2d4e6c.tar.gz |
vf_pad: remove mathematical constants now redundant.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index cfc7ecb6e5..cd333c5ecc 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1547,10 +1547,6 @@ The parameters @var{width}, @var{height}, @var{x}, and @var{y} are expressions containing the following constants: @table @option -@item E, PI, PHI -the corresponding mathematical approximated values for e -(euler number), pi (greek PI), phi (golden ratio) - @item in_w, in_h the input video width and height |