[FFmpeg-cvslog] doc/eval: fix documentation for time() function

Stefano Sabatini git at videolan.org
Thu Jan 24 12:28:19 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Thu Jan 24 01:08:45 2013 +0100| [ca1bc188f4e7ebd84f6446368946eec7a6014dc5] | committer: Stefano Sabatini

doc/eval: fix documentation for time() function

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca1bc188f4e7ebd84f6446368946eec7a6014dc5
---

 doc/eval.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/eval.texi b/doc/eval.texi
index 1bc30f3..5769e0d 100644
--- a/doc/eval.texi
+++ b/doc/eval.texi
@@ -172,7 +172,7 @@ taylor(expr, x-y) can be used
 When the series does not converge the results are undefined.
 
 @item time(0)
-The the current (wallclock) time in seconds
+Return the current (wallclock) time in seconds.
 
 @item root(expr, max)
 Finds x where f(x)=0 in the interval 0..max.



More information about the ffmpeg-cvslog mailing list