This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Document the same functions, in the same order, that eval.c has.
Originally committed as revision 16586 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Víctor Paesa
16 years ago
parent
27ab726e1a
commit
593b321969
1 changed files
with
8 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-2
doc/ffmpeg-doc.texi
+ 8
- 2
doc/ffmpeg-doc.texi
View File
@@ -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
Write
Preview
Loading…
Cancel
Save