]> git.sesse.net Git - ffmpeg/blobdiff - doc/utils.texi
Merge commit '73bb8f61d48dbf7237df2e9cacd037f12b84b00a'
[ffmpeg] / doc / utils.texi
index 5abfb0ccc69c98e7d789af6d22c1392311105db4..b0455af00ce08684448bc17d40837a651198d4df 100644 (file)
@@ -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}.
 
@@ -1031,7 +1034,7 @@ indication of the corresponding powers of 10 and of 2.
 10^24 / 2^70
 @end table
 
-@c man end
+@c man end EXPRESSION EVALUATION
 
 @chapter OpenCL Options
 @c man begin OPENCL OPTIONS