[FFmpeg-devel] [PATCH] doc/eval: fix documentation for time() function
Stefano Sabatini
stefasab at gmail.com
Thu Jan 24 01:09:05 CET 2013
---
doc/eval.texi | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/eval.texi b/doc/eval.texi
index a1faff6..2151fda 100644
--- a/doc/eval.texi
+++ b/doc/eval.texi
@@ -163,8 +163,9 @@ note, when you have the derivatives at y instead of 0
taylor(expr, x-y) can be used
When the series does not converge the results are undefined.
- at item time(0)
-The the current (wallclock) time in seconds
+ at item time(expr)
+Return the current (wallclock) time in seconds. @var{expr} is
+currently ignored.
@item root(expr, max)
Finds x where f(x)=0 in the interval 0..max.
--
1.7.9.5
More information about the ffmpeg-devel
mailing list