diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2011-10-13 17:54:01 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-13 18:08:51 +0200 |
commit | 21e888bd11cea01b01ca8ebf02c42b2db5a587af (patch) | |
tree | e92adff81440dd1aae6ff71eea057f85a17af66b /doc | |
parent | 94b345855f436c26ef80d2ea2d4c68bb146cc96f (diff) | |
download | ffmpeg-21e888bd11cea01b01ca8ebf02c42b2db5a587af.tar.gz |
vf_crop: 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 b8bf56de2e..3ebaef8828 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -477,10 +477,6 @@ Crop the input video to @var{out_w}:@var{out_h}:@var{x}:@var{y}. The parameters 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 x, y the computed values for @var{x} and @var{y}. They are evaluated for each new frame. |