From 593b321969579fa7fa437746ab906a75b97496b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Paesa?= Date: Tue, 13 Jan 2009 21:07:27 +0000 Subject: [PATCH] Document the same functions, in the same order, that eval.c has. Originally committed as revision 16586 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/ffmpeg-doc.texi | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 840ed898d8..7473a0d7cf 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -838,16 +838,22 @@ The following functions are available: @item sin(x) @item cos(x) @item tan(x) +@item atan(x) +@item asin(x) +@item acos(x) @item exp(x) @item log(x) +@item abs(x) @item squish(x) @item gauss(x) -@item abs(x) +@item mod(x, y) @item max(x, y) @item min(x, y) +@item eq(x, y) +@item gte(x, y) @item gt(x, y) +@item lte(x, y) @item lt(x, y) -@item eq(x, y) @item bits2qp(bits) @item qp2bits(qp) @end table