diff options
author | Víctor Paesa <victorpaesa@googlemail.com> | 2009-01-13 21:20:03 +0000 |
---|---|---|
committer | Víctor Paesa <victorpaesa@googlemail.com> | 2009-01-13 21:20:03 +0000 |
commit | 17bdc2903933cdd5c89f6bf02d6bd8fbd442d3e7 (patch) | |
tree | 04b8aba36b788972476216a7b820e6d0c191d47f | |
parent | 062e7c3ca88905d93a68f4cac4ddf05be5aa426c (diff) | |
download | ffmpeg-17bdc2903933cdd5c89f6bf02d6bd8fbd442d3e7.tar.gz |
Document the ld, st, while statements.
Originally committed as revision 16588 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffmpeg-doc.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 7473a0d7cf..499c36f567 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -830,6 +830,9 @@ The following binary operators are available: @code{+}, @code{-}, The following unary operators are available: @code{+}, @code{-}, @code{(...)}. +The following statements are available: @code{ld}, @code{st}, +@code{while}. + The following functions are available: @table @var @item sinh(x) |