summaryrefslogtreecommitdiff
path: root/doc/utils.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2014-07-04 14:13:11 +0200
committerStefano Sabatini <stefasab@gmail.com>2014-07-17 11:29:01 +0200
commitf3e886c7dfcc6ca6e2b430b0978497da9136201d (patch)
tree21b6210f04a22f9b28480a3b0724c0760ac56a4f /doc/utils.texi
parent7cd6d61da53cad48703e6bf9e6aad003f1dfec20 (diff)
lavu/eval: add clip function
Diffstat (limited to 'doc/utils.texi')
-rw-r--r--doc/utils.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/utils.texi b/doc/utils.texi
index c46ad4523b..b0455af00c 100644
--- a/doc/utils.texi
+++ b/doc/utils.texi
@@ -782,6 +782,9 @@ large numbers (usually 2^53 and larger).
Round the value of expression @var{expr} upwards to the nearest
integer. For example, "ceil(1.5)" is "2.0".
+@item clip(x, min, max)
+Return the value of @var{x} clipped between @var{min} and @var{max}.
+
@item cos(x)
Compute cosine of @var{x}.