[FFmpeg-cvslog] doc/eval.texi: add precisation about the assumption for "trueness" in conditional expressions
Stefano Sabatini
git at videolan.org
Tue Jan 17 12:11:36 CET 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Mon Jan 16 00:43:21 2012 +0100| [e4e291061c7c9b433d88ecc1dede672f674ea84e] | committer: Stefano Sabatini
doc/eval.texi: add precisation about the assumption for "trueness" in conditional expressions
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e4e291061c7c9b433d88ecc1dede672f674ea84e
---
doc/eval.texi | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/doc/eval.texi b/doc/eval.texi
index 95e9df5..92fdc6d 100644
--- a/doc/eval.texi
+++ b/doc/eval.texi
@@ -118,7 +118,8 @@ exp(1) (Euler's number), approximately 2.718
golden ratio (1+sqrt(5))/2, approximately 1.618
@end table
-Note that:
+Assuming that an expression is considered "true" if it has a non-zero
+value, note that:
@code{*} works like AND
More information about the ffmpeg-cvslog
mailing list