[FFmpeg-cvslog] r16586 - trunk/doc/ffmpeg-doc.texi

victor subversion
Tue Jan 13 22:07:28 CET 2009


Author: victor
Date: Tue Jan 13 22:07:27 2009
New Revision: 16586

Log:
Document the same functions, in the same order, that eval.c has.

Modified:
   trunk/doc/ffmpeg-doc.texi

Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi	Tue Jan 13 20:46:42 2009	(r16585)
+++ trunk/doc/ffmpeg-doc.texi	Tue Jan 13 22:07:27 2009	(r16586)
@@ -838,16 +838,22 @@ The following functions are available:
 @item sin(x)
 @item cos(x)
 @item tan(x)
+ at item atan(x)
+ at item asin(x)
+ at item acos(x)
 @item exp(x)
 @item log(x)
+ at item abs(x)
 @item squish(x)
 @item gauss(x)
- at item abs(x)
+ at item mod(x, y)
 @item max(x, y)
 @item min(x, y)
+ at item eq(x, y)
+ at item gte(x, y)
 @item gt(x, y)
+ at item lte(x, y)
 @item lt(x, y)
- at item eq(x, y)
 @item bits2qp(bits)
 @item qp2bits(qp)
 @end table




More information about the ffmpeg-cvslog mailing list